Better hextile performance: index subrects instead of slicing/shifting.
- Many times better performance. Before this, browser was spending all it's time garbage collecting or doing something. Now the bottleneck is in set fillStyle and fillRect which is probably where it should be.
Showing
Please
register
or
sign in
to comment