This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[--------------------------------------------------------------------------------- | |
GCTweaker by Cladhaire <[email protected]> | |
A small addon designed to perform more aggressive garbage collection in | |
higher FPS situations. This will not magically fix any memory issues, | |
but will help a garbage collection cycle to complete quicker | |
----------------------------------------------------------------------------------]] | |
-- Initialize default saved variables | |
GCTweakerDB = { |
OlderNewer