SoRadGaming / Simple-HUD-Enhanced

https://discord.gg/2NY3a3AJ8e Minecraft mod that enhances the game's Heads-Up Display (HUD) by introducing customizable elements and features to display information.
MIT License
4 stars 1 forks source link

Update v5.0.0 - Performance Reimagined #16

Closed SoRadGaming closed 3 months ago

SoRadGaming commented 11 months ago

New Equipment Render Cache

Over regular Gameplay, only 250 Equipment Cache Updates over 1 minute compared to 15000 on the old system. That's over 60x fewer code executions over only 1 minute.

Over 10 Minutes of No Inventory Update (No difference to Equipment HUD), only 50 Cache Updates, compared to 300000 in the old system without a Cache that's a 6000x decrease in calculations.

Still testing and Improving Performance

SoRadGaming commented 11 months ago

In Testing did not improve performance on high-CPU, but on slow Athlon 880k improved performance by 22% (Less garbage collection)