SquidDev-CC / artist

A Rather Tremendous Item SysTem
BSD 3-Clause "New" or "Revised" License
42 stars 11 forks source link

Chest indexing slow with a large number of chests #8

Closed SquidDev closed 6 years ago

SquidDev commented 6 years ago

When attaching a large number of chests, Artist's startup time grows substantially. We should be able to load chests in parallel (as they have their own cost handler) meaning startup will be somewhat constant.

Edit: We already parallelise loading, so should investigate why it takes so long on some systems.