Fast Recipe Search
ModLicenseRef-All-Rights-Reserved

Fast Recipe Search

Significantly speed up recipe search.

1.7K
Downloads
4
Followers
3 months ago
Updated
📦
3
Versions

📖About Fast Recipe Search

This mod significantly accelerates recipe lookup. Its mechanism involves building a tree based on hash codes of recipe ingredients, enabling rapid identification during searches. Compared to the original method of matching recipes one by one, it achieves a speedup of over 10 times, with the performance gap widening as the total number of recipes increases.
Furthermore, the mod Core library provides a high-performance recipe tree API. Other mods can also utilize this library, and since it doesn't rely on Minecraft code, even non-Minecraft projects can use it.