Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize auto memory freed - a more complicated approach #3245

Closed

Conversation

dvirsky
Copy link
Contributor

@dvirsky dvirsky commented May 19, 2016

This is an alternative to #3244 - choose either one.

It uses a heuristic suggested over IRC, to check either the oldest element, or scan from top to bottom.
I think it's an overkill for most cases, but let me know what you think.

BTW Another approach would be zigzag scanning (bottom, top, bottom+1, top-1, .... middle).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants