-
- Downloads
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 :)
Loading
Please register or sign in to comment
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 :)