mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
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. |
||
|---|---|---|
| .. | ||
| belt.js | ||
| hub.js | ||
| item_acceptor.js | ||
| item_ejector.js | ||
| item_processor.js | ||
| map_resources.js | ||
| miner.js | ||
| static_map_entity.js | ||
| storage.js | ||
| underground_belt.js | ||