Fast NBT
Modby nutant233
Speed up all kinds of NBT operations and improve game performance
Type
Mod
CurseForge Downloads
765,175
CurseForge ID
1417466
Last Updated
Sep 8, 2026
Description
- For all kinds of get methods: In the vanilla game, it first calls the contains method to check if the key exists, then invokes the get method. This results in two map lookups. This mod merges these two operations into one and applies inlining, which greatly improves the lookup speed.
- It optimizes the iteration logic of the class: It replaces the pattern of iterating with keySet paired with get with an approach that iterates keys and values simultaneously, thus avoiding a large number of lookups during iteration.
- It optimizes operations involving get methods in other related classes.
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Forge Multi Part
an opensource library for having multiple things in the one block space.
Just Enough Throwing In Fluids (JETIF)
JEI support for throwing items in fluid.
SerializationIsBad
A Minecraft coremod aiming to patch serious security vulnerabilities found in many different mods
Misc Tweaks
Lightweight mod that adds a few QoL features and patches out gameplay annoyances
OpenPeripheralAddons
Random peripherals for OpenPeripheralCore
Goblin Traders [Fabric]
The official port of Goblin Traders for Fabric