Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 770 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 770 Bytes

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!