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

Question about latency/garbage collection #17

Open
jaens opened this issue Jul 4, 2013 · 1 comment
Open

Question about latency/garbage collection #17

jaens opened this issue Jul 4, 2013 · 1 comment
Labels

Comments

@jaens
Copy link

jaens commented Jul 4, 2013

Is the hashtable stored in the garbage collected heap? If there's eg. 16GB worth of ~1kb key-value-pairs, what is the expected maximum latency if the GC happens to run?

@zond
Copy link
Owner

zond commented Jul 4, 2013

Yes, it is on the heap, and I don't actually know how gc affects
performance. I would love some benchmarks if you would care to provide them?
On Jul 4, 2013 8:03 PM, "Jaen" notifications@github.com wrote:

Is the hashtable stored in the garbage collected heap? If there's eg. 16GB
worth of ~1kb key-value-pairs, what is the expected maximum latency if the
GC happens to run?


Reply to this email directly or view it on GitHubhttps://github.com//issues/17
.

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

No branches or pull requests

2 participants