In beeflang garbage collector (garbage seeker) do not clean the memory, it only works in debug mode to help the programmer find and fix memory leaks, double frees, etc. In release mode, the program runs in full speed since there is no garbage collector. I think this is the best approach about memory management.