/Recycler

Recycler is a memory management tool which allows you to re-use pieces of memory which aren't needed anymore, but haven't been garbage collected.

Primary LanguageLuaMIT LicenseMIT

Recycler

Recycler is a memory management tool which allows you to re-use pieces of memory which aren't needed anymore, but haven't been garbage collected yet.

Recycling such objects is important for memory management, especially when you have multiple objects being created at all times, not only is it faster, but it also saves up memory usage in the long run!

Wiki