Ported from fallout4-gc-bug-fix (created by Nukem9).
SkyrimSE/AE gc bug-fix is an SKSE plugin dll to address a bug in papyrus VM garbage collector that cause game to only cleanup single array item per VM frame, which will eventually overload VM when allocating too many arrays at once while unable to unloading them during gameplay, which could result in game instability or excessive long loading/saving time.
For more technical detail, checkout source page.
All in all, Bugthesda has done it again.
The patch does work on paper and on test script, but actual gain in Skyrim in terms of stability or performance is still to be determined.
Use mod manager such as mod organizer2 to install as usual.
Nukem9 for the base mod
CommonlibSSE-NG for the smooth porting process
Feb.22.2025 first release.
Aug.23.2024 init port. Patch is working, no demo script for testing.