Applied Stalin Sorting
Overview
This mod replaces the default AE2 terminal sorting engine, Tim Sort, with a faster sorting engine: Stalin Sort. It works entirely client-side. Do not worry: this only changes the visual order, and items in storage are not actually deleted.
Performance
| Sorting Engine | Time Complexity |
|---|---|
| Tim Sort | O(n log n) |
| Stalin Sort | O(n) |
Compatible Mods
- Applied Sorting (by Meatwo310)

