Archive Entry
1000 Item RAM
IMitem-memoryIM002Archived Feb 07, 2026
✅Functional
Authors:
Andrews54757

Able to store and retrieve items with a specific decimal code. This may be useful as a temp storage in an encoded dynamic sorting system.
Features
- Has 1000 different codes/item types. a dropper of storage per code.
- Random access. Can insert and retrieve items in constant time in any order.
- Half hopperspeed order throughput. Can execute insertions and retrievals every 16 game ticks (exclusive, can't do both at same time).
- Hopperlocked. Is fully hopperlocked.
- Togglestateless. No piston toggle states.
Considerations
- Quite big