


Micro Optimizer focuses on micro-optimizations not covered by other performance mods. It targets specific bottlenecks that cause stuttering during gameplay.
A config file is generated at:
<game directory>\BepInEx\config\mrbub.microoptimizer.cfg
Available settings:
OptimizeStringAllocations
Use StringBuilder for string formatting to reduce allocations.
Default: true
CacheRepeatedLookups
Cache NetworkObject lookups during spawning.
Default: true
OptimizeShipItemCollection
Use HashSet instead of List.Contains() for O(1) scrap collection lookups.
Default: true
EnableDebugLogging
Enable detailed logging for debugging (creates more log spam).
Default: false
Drop the MicroOptimizer.dll into your game's BepInEx plugins folder:
<game directory>\BepInEx\plugins
Made with love by mrbub.