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

Don't recreate edge cache keys endlessly #33

Closed
wants to merge 7 commits into from

Conversation

mikejholly
Copy link
Contributor

The existing code was creating endless CacheKeys on the heap and persisting them such that they were never GC'd. The memory usage seemed to scale exponentially with cached objects and references to those objects given the quantity of graph edges.

@mikejholly mikejholly marked this pull request as ready for review November 28, 2023 22:53
@mikejholly mikejholly marked this pull request as draft December 31, 2023 00:01
@mikejholly mikejholly closed this May 17, 2024
@mikejholly mikejholly deleted the mh/cache-key-mem branch May 17, 2024 04:51
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

Successfully merging this pull request may close these issues.

None yet

1 participant