Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce memory allocations #24

Merged
merged 6 commits into from
Oct 16, 2024
Merged

Reduce memory allocations #24

merged 6 commits into from
Oct 16, 2024

Conversation

Lyfts
Copy link
Member

@Lyfts Lyfts commented Oct 16, 2024

Closes GTNewHorizons/GT-New-Horizons-Modpack#17152

This turns this mod from a memory guzzling beast as seen in GTNewHorizons/GT-New-Horizons-Modpack#15537 into a gentle little creature with a fraction of the allocations used previously. The amount of things that it allocated constantly was truly absurd and completely unnecessary,

Everything looks more or less the same but testing is definitely needed to weed potential issues.
igi
Screenshot is from dev and is thus missing some icons from other mods

@Lyfts Lyfts requested a review from a team October 16, 2024 12:03
Copy link
Member

@Caedis Caedis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@Dream-Master Dream-Master merged commit fb340fa into master Oct 16, 2024
1 check passed
@Dream-Master Dream-Master deleted the gut-allocations branch October 16, 2024 16:48
@PlayfulPiano
Copy link

PlayfulPiano commented Oct 23, 2024

This PR seems to have broken multiple icons within the config in beta 3, as well as the entire status effect hud. Previously a few textures from thaumcraft were used for the precipitation line (specifically the aspects tempestas, aqua, and gelum). Also, it appears that minecraft icons like for a slimeball and diamond pickage are also broken. Unsure what was changed in this PR that caused these textures to break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework IGI - Reduce memory allocations
4 participants