clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
Ben Sless 2020-10-22T08:50:07.129500Z

Is there some quantitive analysis on the effects of the number of keywords on GC pauses?

alexmiller 2020-10-22T12:56:11.131Z

Not anything I’ve done recently. I think in most “normal” uses this is not a particularly important contributor to gc

Ben Sless 2020-10-22T13:37:02.131100Z

wondering if it there's a negative impact threshold when using keyword value types in Datomic

Ben Sless 2020-10-22T13:38:36.131300Z

I'll also try to profile GC pauses with different collectors, stack sizes and VMs, see if anything interesting turns up