DataStructium

Cache and better algorithm for various ingame data

File Details

1.8.0: Refining optimization approaches

  • R
  • Aug 13, 2025
  • 114.03 KB
  • 68
  • 1.16.5
  • Forge

File Name

DataStructium-1.16.5-1.8.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:datastructium-1185354:6882366")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

DataStructium 1.7.1 -> 1.8.0

Refining optimization approaches

  • Improve: better Oculus support for Cache Shader Uniforms
  • Add: Ingredient Duplication, disabled by default
  • Remove: Tiered Tag Internal, this causes additional object creation when ModernFix is installed, and we can't disable ModernFix optimization
  • Remove: Deduplicate CompoundTag Keys, ModernFix did the same thing
  • Add: allow modifying MM structure check interval. By default, DataStructium sets it to be 1 check per 5 ticks (MM default is 1 check per tick)
  • Improve: some optimizations are rewritten to patch in a cleaner way
  • Add: Clear empty Chunk section automatically
  • Improve: expand optimize_small_model
  • Improve: optimize MM structure block match