Increase shift+click crafting performance
codetaylor opened this issue ยท 0 comments
Cache the last recipe crafted and check it first before iterating all recipes to increase the performance of shift+click when many recipes are involved.
Entertain the idea of using an LRU iterable to store recipes.
Got the idea from this.