Super Fast Math
No reviews yet
A lightweight fabric mod that changes the sin and cos for better math.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Enhances game performance and optimizes resource usage.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description

Super Fast Math is a lightweight Fabric mod designed to enhance the performance of trigonometric calculations in Minecraft. By replacing the standard sine and cosine functions with a precomputed lookup table which is faster computed than a normal table thanks to java FastMath and dynamical initialisation, it significantly reduces computation time, resulting in smoother and faster mathematical operations.
You will need Fabric API for this mod!
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,BlockPosvia 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
atan2replacement 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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources