wolforcept / Vaultopic

The source for the Vaultopic Minecraft Mod
Other
2 stars 1 forks source link

Possible Performance Improvements #4

Open Tschipp opened 5 years ago

Tschipp commented 5 years ago

image Searching things in chests that appear ferquently causes big frame drops. I'm not sure if you can do anything to improve this, but if you could that would be nice.

wolforcept commented 5 years ago

Jesus nice screenshot. Anyway, i think that for those huge ammounts of items this mod isnt really what you want to be using. Its more for early inventory management, there are other mods that could be better for that scenario. The reason there are framedrops is probably because i had to make all the math to know where the items are on tje screen so that you could click on them,they are not how usually items are rendered. So that might be it.

Tschipp commented 5 years ago

Yeah, that's probably it. If I have some spare time I'll take a look at your code and see how you did it.