Перейти к содержимому
Mineforgian

sloptimizer

optimizes minecraft's startup time and resource reload time

Загрузки
327
Подписчики
2
Обновлён
13 марта 2026 г.
Лицензия
Apache-2.0

Опубликован 11 марта 2026 г.

sloptimizer

optimizes minecraft's startup time and resource reload time by rewriting the solidify filter (in rust :rocket:). fixes the long aah pause near 100% on the loading screen. requires java 25

disclaimer: you probably don't need this mod unless you're playing with 512x512+ textures or have a lot of content mods installed. this mod's mostly a learner project on JNI/FFM, made for myself. it probably doesn't hurt to have, though :)

benchmarks

solidifying all the cutout textures while Clayful 512x is loaded, using RedHat OpenJDK 25:

QSolidify.solidify:   min: 63.543ms,  max: 70.854ms,  avg: 64.092ms
TextureUtil.solidify: min: 230.498ms, max: 250.122ms, avg: 236.831ms

solidifying all the default textures, using RedHat OpenJDK 25:

QSolidify.solidify:   min: 17.928ms, max: 24.922ms, avg: 18.050ms
TextureUtil.solidify: min: 41.977ms, max: 71.093ms, avg: 43.295ms

Ченджлог

1.0.1+1.21.11Релиз1.21.11 · 13 марта 2026 г.
  • removed edt algorithm used for 1024x1024+ textures because it's actually slower single-threaded

OS Support:

  • Linux x86_64, aarch64
  • MacOS x86_64, aarch64
  • Windows x86_64
1.0.0Релиз1.21.11 · 11 марта 2026 г.

OS Support:

  • Linux x86_64, aarch64
  • MacOS x86_64, aarch64
  • Windows x86_64

Комментарии

Загружаем…