Nividica / FactorioStorageEnergistics

MIT License
3 stars 2 forks source link

Best Guess List #19

Open Nividica opened 6 years ago

Nividica commented 6 years ago

Using an active cache system, track what items -might- be in the network. Extraction requests will use list to visit nodes that -were- known to have the item first. Insertion will use it to local r/w chests, and maybe even try to keep stacks localized to their chests. (right now its first matching or empty slot found.)