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

Spawn a function hook on generational cache elimination #11

Open
jaynel opened this issue Jan 22, 2014 · 1 comment
Open

Spawn a function hook on generational cache elimination #11

jaynel opened this issue Jan 22, 2014 · 1 comment

Comments

@jaynel
Copy link
Member

jaynel commented Jan 22, 2014

When an oldest generation is dumped, the associated items may have related information that should be cleaned up. The delete of an ets table should be preceded by spawning a process on the list of elements in the soon to be discarded table. The newly spawned process can be more methodical about working its way through the elements (at the expense of keeping them all in memory longer).

@jaynel jaynel closed this as completed Feb 1, 2014
@jaynel
Copy link
Member Author

jaynel commented Feb 3, 2014

Closed wrong issue.

@jaynel jaynel reopened this Feb 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant