1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
tobspr_shapez.io/src
LeopoldTal 785eb31c8d
make save compressor faster (#888)
Fixes #836 by using a Map instead of an array. The Map maps the values to their indices rather than the reverse, making finding the index constant-time rather than linear, and so building the full map linear rather than quadratic. Flipping it to build the final array is also linear.
2020-10-31 12:12:05 +01:00
..
css make reward notification scrollable (#828) 2020-10-11 08:31:07 +02:00
html Improve UX for first levels 2020-06-01 20:18:50 +02:00
js make save compressor faster (#888) 2020-10-31 12:12:05 +01:00