35k lines of Verse is a 2.16MB file
The error was being caused by too many instances of [player] map{}, i had over 500, had to refactor out most of them
i was trying to store a pointer/reference to each UI element that i wanted to change at runtime
found more efficient ways of doing it using less map{}
its almost all UI code, no recursion
I’ll be back when i exceed 50k lines, should be soon
1 Like