
Tpsum
Performance optimization mod improves mob spawning, biome lookup, worldgen allocations, and task loop hot paths.
- Загрузки
- 8K
- Подписчики
- 4
- Обновлён
- 18 января 2026 г.
- Лицензия
- MIT
Опубликован 23 декабря 2025 г.
Tpsum is a small, performance-focused optimization mod for Minecraft (Forge/NeoForge).
It targets hot paths that are executed extremely often during normal gameplay (server tick, mob spawning, biome lookup, and worldgen), aiming to reduce CPU time and avoidable allocations/GC pressure.
⚠️ No new content - Tpsum only improves performance.
Highlights
- Mob spawning (NaturalSpawner) optimizations
- faster spawn checks and fewer expensive calls in the spawn hot path
- Faster biome lookup
- cached noise-biome source and small math hot-path improvements
- Reduced worldgen allocations
- pooled feature placement context to lower GC load
- Task loop improvements
- optimized
BlockableEventLoopqueueing/counting for high task throughput
- optimized
More details / technical breakdown
All optimizations, behavior notes, and profiling details are documented in the GitHub repository:
Центр версий
8 версийЧенджлог
0.0.9Релиз1.20.1 · 7 января 2026 г.
- Fix Entity desync
- Fix Crash getBiome
0.0.5Релиз1.20.1 · 24 декабря 2025 г.
Fix compat with Artifacts
0.0.4Релиз1.20.1 · 24 декабря 2025 г.
Fix botania compat
0.0.3Релиз1.21.1 · 24 декабря 2025 г.
Port from 1.20.1
Комментарии
Загружаем…