nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Super Fast Math

Super Fast Math

Mod

A lightweight fabric mod that upgrades math in minecraft

Client Optimization

336.1k downloads
165 followers



Super Fast Math is a lightweight Fabric mod designed to optimize core mathematical operations and game logic inside Minecraft. Instead of relying solely on default implementations, this mod replaces several frequently used math functions and systems with high-performance alternatives.

⚡ What It Optimizes

  • Faster sine & cosine via optimized lookup tables
  • Hardware-accelerated square root (native SQRTSS instruction)
  • Improved floor and clamp operations
  • Faster atan2 for entity orientation*
  • Optimized interpolation (lerp) using fused multiply-add
  • BlockPos bit-packing for faster chunk coordinate encoding

📊 Benchmarks

Tested on a superflat world with 200 zombies pathfinding, active redstone, and /gamerule randomTickSpeed 1000. Tested with Spark.

Metric Vanilla SuperFastMath Improvement
TPS (1m) 14.13 20.00 +41%
TPS (5m) 14.94 19.88 +33%
MSPT median 51.4ms 43.4ms -8ms
MSPT max spike 202ms 153ms -24%

Tested on Java 25, i5-12400F, Minecraft 26.1.2 with Fabric

🚀 Why?

These optimizations affect:

  • Entity movement & AI orientation
  • Chunk loading and coordinate math
  • Redstone and collision detection
  • World math utilities

Both client and server benefit from this mod. Server operators running mob farms, or high entity counts will see the most improvement.

🧠 Technical Notes

  • Patches Mth, BlockPos via Mixin
  • Designed for Fabric
  • Lightweight with zero configuration
  • Works server-side and client-side
  • Compatible with Sodium and other performance mods (for the most part, create an issue if this still errors)

⚠️ Notes

  • *The atan2 replacement has been reverted to exact math to prevent projectile angle errors

Super Fast Math keeps Minecraft's behavior intact while improving execution speed where it matters most.

External resources


Project members

justElias

Member


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID