1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
tobspr_shapez.io/src/js/game/systems
Phlosioneer 36cf28029e Remove ejector cache; use slot caches instead
This is a small refactoring that removes the main ejector cache. The
cache is now tracked by slots and ejector components.

It avoids a large array allocation and many small object allocations,
but adds many small array allocations. It's net neutral for performance.
2020-06-16 21:11:26 -04:00
..
belt.js Minor improvements to belt performance 2020-06-14 14:20:35 +02:00
hub.js Update german translation 2020-06-12 12:06:57 +02:00
item_acceptor.js Major performance improvements 2020-05-18 17:40:20 +02:00
item_ejector.js Remove ejector cache; use slot caches instead 2020-06-16 21:11:26 -04:00
item_processor.js Preparations for the trailer 2020-05-30 17:50:29 +02:00
map_resources.js Major performance improvements 2020-05-18 17:40:20 +02:00
miner.js Preparations for the trailer 2020-05-30 17:50:29 +02:00
static_map_entity.js Add storage building 2020-05-20 15:51:06 +02:00
storage.js Add storage building 2020-05-20 15:51:06 +02:00
underground_belt.js Add setting to disable smart tunnels 2020-06-16 19:24:23 +02:00