An open API service indexing awesome lists of open source software.

https://github.com/itzjustelias/fastmathmod

Super Fast Math is a lightweight Fabric mod designed to enhance the performance of trigonometric calculations in Minecraft.
https://github.com/itzjustelias/fastmathmod

java minecraft minecraft-mod

Last synced: over 1 year ago
JSON representation

Super Fast Math is a lightweight Fabric mod designed to enhance the performance of trigonometric calculations in Minecraft.

Awesome Lists containing this project

README

          















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.