AlexIIL

Results 259 comments of AlexIIL

I've added some profiling so that I can see what areas I need to try to optimise - can you retry with the test version 7.99.22-pre1 from the tests page...

Thanks for running that. ``` generate_quick_search - 80.15%/78.37 (108s) add_default - 11.36%/11.11 (15,434ms) | buildcraft/lib/client/guide/entry/PageEntryItemStack - 99.81%/11.09 (15,405ms) ``` Oh well, I was hoping the most expensive one wasn't going...

Ok, it turned out that I was adding about 6 duplicate search entries to the searcher (which is *somewhat* wasteful) so I've pushed 7.99.22-pre2 with that fix as well. Can...

It's main purpose is to be an in-game wiki for buildcraft, however one of the requirements for that is to show all recipes of buildcraft. From there adding every-item-searching functionality...

Not unless you have a very good reason for disabling it.

37 seconds is still too long, especially considering that it only spends 80ms of that loading buildcraft's pages, the rest of it is trying to index every item. If I...

Oh and proper FTB guide book support is fairly unlikely to happen in the near future. (Although I haven't looked into it at all). However being able to quickly move...

> I admit I haven't done anything substantial with buildcraft ... you can see every JEI recipe category you have installed) I blindly assumed that JEI could only handle items,...

Thanks for uploading - it looks like the same problem that everyone's having, and I think it's because I add every item to a search index - even items with...

...ok that's a strange problem. I don't think this issue is a good place to track it though.