ItemHelper.getValidItems() is a bit slow
mezz opened this issue ยท 0 comments
I'm profiling JEI load times on a stupidly large pack (ATM3) and I found EnderIO's ItemHelper.getValidItems()
is a bit slow.
You may want to cache it or call mezz.jei.api.ingredients.IIngredientRegistry#getAllIngredients()
to get basically the same list that's already built by JEI.