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

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.

License

Notifications You must be signed in to change notification settings

RBLXUtils/Recycler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages