Описание
# SS Optimization Stack
**Extreme Multithreaded Performance**
The **SS Stack** is a precision-engineered ecosystem for **1.21.11 - 26.2** . It eliminates **CPU Bottlenecks, Memory Overhead, and Network Latency** to ensure a constant 20 TPS, even during heavy exploration!
---
## Core Engine Deep-Dive
Click below to see how SS rewrites Minecraft's performance logic.
Multi-Threading & Dimensions
Minecraft is naturally "single-threaded." This section fixes that!
* **Worldthreader:** Assigns each dimension its own thread so the Nether never lags the Overworld.
* **C2ME:** Multithreads chunk generation to use every available CPU core.
* **ThreadTweak:** Optimizes OS-level thread priority for the game's "Main Tick."
AI & Server Governance
Entities are the #1 cause of TPS lag. These mods make them lighter.
* **ServerCore:** Features "Dynamic Ticking" to save the server during heavy load.
* **Lazy AI:** Slows the "brains" of distant mobs to save CPU cycles.
* **NoMobLatency:** Ensures smooth mob movement even on high-latency connections.
* **Instant XP:** Merges XP orbs to prevent entity-stacking lag.
Memory & Data Optimization
Stop "Garbage Collection" freezes and keep RAM usage low.
* **FerriteCore:** Drastically reduces memory used by block/item models.
* **ModernFix:** A massive patch collection fixing leaks and code speed.
* **World File Cleaner:** Trims region files to keep disk I/O and backups fast.
* **Noisium:** Faster math for lightning-quick world generation.
Technical Logic & Redstone
Optimized math for technical players and redstoners.
* **Alternate Current:** A highly efficient, predictable redstone engine.
* **ScalableLux:** Moves lighting calculations to separate threads.
* **Structure Layout Optimizer:** Fixes CPU-heavy structure lookup bugs.
Networking & Utilities
Optimizing the handshake between server and player.
* **VMP:** Reduces bandwidth usage and stabilizes packet flow.
* **Chunky:** Pre-generate your world to eliminate generation lag entirely.
* **Debugify:** Patches 100+ vanilla bugs that drain performance.
---
## Setup Checklist
* **Java Version:** **OpenJDK 21+** (Java 22 recommended for C2ME and Java 25 for versions 26.x).
* **Dependencies:** Requires **Fabric API**, **Carpet**, and **ResourcefulConfig**.
* **Target:** Built specifically for **1.21.11 - 26.2**.
---
**SS Stack | High-Performance Fabric Servers**