Fork me on GitHub
#clojure-dev
<
2020-10-22
>
Ben Sless08:10:07

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

Alex Miller (Clojure team)12:10:11

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

Ben Sless13:10:02

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

Ben Sless13:10:36

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