You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to think about changeing the way we store Custom Entities/Tiles/Items with their baseclass, mckey, logistickey, chunk, and object refferences. Users will probably resolve some things many times per tick/event, so having a good performance is needed. We can take a look at how Javacord is trying to improve this using immutable maps (Vavr?) and precaching values. For more check: Javacord/Javacord#468
The text was updated successfully, but these errors were encountered:
We have to think about changeing the way we store Custom Entities/Tiles/Items with their baseclass, mckey, logistickey, chunk, and object refferences. Users will probably resolve some things many times per tick/event, so having a good performance is needed. We can take a look at how Javacord is trying to improve this using immutable maps (Vavr?) and precaching values. For more check: Javacord/Javacord#468
The text was updated successfully, but these errors were encountered: