Download FastSuite — Minecraft Mods — MetaMods

FastSuite

Active

Downloads

1

Last update

6 months ago
Client

Recipe Processing Acceleration

FastSuite dramatically improves recipe matching speed through multi-threading implementation. When more than 100 recipes of a single type are loaded in the game, the mod automatically activates parallel processing, distributing tasks across multiple threads instead of relying on a single thread. Testing in the "All The Mods 8" pack demonstrated speed improvements of 10-12 times:

[Multithreaded Test] - Average time to find acacia planks recipe: 301960.28 nanoseconds
[Single-threaded Test] - Average time to find acacia planks recipe: 2774185.5 nanoseconds
[Multithreaded Test] - Average time to find sticks recipe: 494851.94 nanoseconds
[Single-threaded Test] - Average time to find sticks recipe: 4500045.0 nanoseconds
[Multithreaded Test] - Average time to find crafting table recipe: 148572.14 nanoseconds
[Single-threaded Test] - Average time to find crafting table recipe: 3246270.5 nanoseconds
[Multithreaded Test] - Average time to find black shulker box recipe: 370346.56 nanoseconds
[Single-threaded Test] - Average time to find black shulker box recipe: 4711380.0 nanoseconds

How It Works

The mod replaces the standard recipe set with a linked list that automatically optimizes element order when accessed. Frequently used recipes are moved closer to the beginning of the list, significantly reducing subsequent search times.

The cache zone size is configurable - by default set to 100. Recipes within this range are not moved to prevent excessive sequence shuffling.

Compatibility

FastSuite is designed as a completely non-invasive solution, compatible with most popular mods. It works correctly with recipe modification tools including KubeJS and CraftTweaker, and doesn't cause conflicts with JEI. Successful testing was conducted in major modpacks like "All The Mods 3" and "Skyfactory 1".

While FastSuite may partially duplicate the functionality of mods like FastWorkbench and FastFurnace, its installation doesn't require removing these solutions. For maximum performance, combined use of all three mods is recommended.

Project members
Shadows_of_Fire

Shadows_of_Fire

Created: 23 Apr 2025

ID: 100088