Skip to content
Snippets Groups Projects
Commit 39dc2317 authored by Kevin Jahns's avatar Kevin Jahns
Browse files

Implemented more efficient garbage collectior

from worst case of O(n) -> O(1) - where n is the number of insertions in
a list

So this is a huge improvement, I guess :)
parent 38bf3987
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment