You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
.
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?
The text was updated successfully, but these errors were encountered: