Fast NBT
Modby nutant233
Speed up all kinds of NBT operations and improve game performance
Downloads
126,893
Type
Mod
CurseForge ID
1417466
Last Updated
Apr 10, 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.
Similar Mods
Disable Structures
This mod allows you to disable any vanilla structure by defining it in the config
Erdbeerbaer's GUI Library
An easy to use library for GUIs
Better Questing - RF Expansion
Redstone Flux based tasks for Better Questing
Furnace Mk2
Logical follow-up to the vanilla furnace(s) - provides a way to retain and manage experience.
Ultimate Skyblock Resource Generator
The Ultimate Solution for Skyblocks: Cobblegen, Gravel, Sand, Dust, Ice, Snow, Mycelium, Obsidian, Dirt, Grass, EndStone...
LambdaBetterGrass
A Minecraft mod which adds better grass and snow to the game.