Fork me on GitHub
#clojure-dev
<
2015-12-09
>
danielcompton21:12:10

Could a parallel require also speed up Clojure startup times?

ghadi21:12:28

Perhaps, worth exploring for sure.

ghadi21:12:46

I hear there is a lock inside jvm classloading that would be the bottleneck

ghadi21:12:19

(you'd need AOT to even contend against it)

bronsa21:12:06

@ghadi: IIRC classloaders need to be explicitely declared as being synchronized for that lock to take effect

ghadi21:12:41

oh which lock do you mean?

ghadi21:12:57

I was referring to something the nashorn team exposed