god icon indicating copy to clipboard operation
god copied to clipboard

Question about latency/garbage collection

Open jaens opened this issue 11 years ago • 1 comments

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?

jaens avatar Jul 04 '13 18:07 jaens

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" [email protected] 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/zond/god/issues/17 .

zond avatar Jul 04 '13 21:07 zond