Definitely. I've never had NEI make me crash *knocks on wood*.But that's likely my hardware.
The way to fix the slowness is to bug NEI and Greg (this started in a GT update a while ago) until whichever one is responsible fixes it.
The only way I could imagine you'd have the uses function of NEI crash on you is when you already have an element taking up your memory to begin with.
Let me explain a theory of why it's slow; Taking into account that recipes for blocks are built into the mod's programming, it would be easy to see how searching for a recipe of a block in itself is simple, Unless the recipe is inclusive with other mods. It doesn't require a query which searches every feasible recipe.
Now when you take into account the uses functionality, it follows a query which does just that. It runs through the library of recipes to find those that include your specified item or block. Thus naturally, it would take it's time to wade through a hundred mods give or take, depending on your modpack and it's recipes.
See how that works?
The way to fix the slowness is to bug NEI and Greg (this started in a GT update a while ago) until whichever one is responsible fixes it.
if the item has no recipe then will take longer to look up try not to look up these types and it should run fasterI am not sure if this happens to anyone else, but when I press U to look up what an item is used for, it takes about 6 seconds for it to pop up which I find VERY annoying. Is there a trick or something to speed up the searches a bit? Thanks!
The horror of waiting 6 seconds. It would take you longer to tab out and do a google sreach is 6 seconds really that huge of an issue?
Yes. 6 seconds for a lookup which should take less than a second, multiplied by every time I need to try to remember what something is used for. They accumulate. Seconds quickly become minutes. Over time, minutes become hours. This is a serious quality of life issue; this function is at the moment overall less useful than having a browser with many tabs open to a wiki which might not have current information.
Correct information, or quick response? This is not a tradeoff anyone should ever expect from their user interface.
Really dude modders give there free time to make mods & if your really so unhappy you should take the time to make your own mod to do the thing that unsettling you so badly, in an ideal world every thing would work 100% of the time & instantly, but as we know the world is not an ideal place, just enjoy what you have & learn to live with the rest or do something about it.Yes. 6 seconds for a lookup which should take less than a second, multiplied by every time I need to try to remember what something is used for. They accumulate. Seconds quickly become minutes. Over time, minutes become hours. This is a serious quality of life issue; this function is at the moment overall less useful than having a browser with many tabs open to a wiki which might not have current information.
Correct information, or quick response? This is not a tradeoff anyone should ever expect from their user interface.