ParityFast

Quick rating

ParityFast

No reviews yet

Vanilla parity math, random, and lookup optimizations aimed to increase server performance

Performance & Optimization
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.3
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Parity Fast Logo

ParityFast is a lightweight Fabric optimization mod for Minecraft 1.14.4.

It optimizes selected vanilla helper paths used by math, random, lookup, and position-related code. The mod is designed to preserve vanilla-compatible behavior while reducing overhead in specific hot paths.

ParityFast does not claim to improve every server, every world, or every workload. Performance impact depends on the world, entity count, tick load, installed mods, JVM, and hardware.

Optimized Areas

ParityFast currently targets:

  • MathHelper sine/cosine lookup behavior verified against vanilla table values
  • Selected exact helper methods such as floor, ceil, sqrt, abs, clamp, lerp, wrapping, angle, color, hash, and binary-search helpers
  • Selected BlockPos encode/decode and offset helper paths
  • Selected direction lookup helpers
  • Random handling paths designed to preserve vanilla sequence behavior where applicable
  • Cached enum/list/hash lookups used by entity ticking, chunk tickets, and block-neighbor checks

Benchmarks

These benchmarks show one synthetic stress scenario, not a general performance guarantee.

Tested on a superflat world with a high entity count (roughly 200), active random ticking, and /gamerule randomTickSpeed 5000. Tested using Carpet /tick health.

Metric Vanilla ParityFast Difference
Avg MSPT 48.46ms 39.97ms -17.5%
Block Tick Time 20.90ms 12.97ms -37.9%
Entity Tick Time 15.55ms 15.83ms roughly unchanged

Results may vary depending on workload, hardware, JVM settings, and other installed mods.

Test Environment

  • Minecraft 1.14.4
  • Fabric
  • Ryzen 9 9950X3D

Vanilla Parity

ParityFast keeps Java Random's vanilla 48-bit LCG algorithm instead of switching to Java 17 LXM or SplitMix. When possible, it copies the existing random seed and continues from the same state.

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works