Hacker News new | ask | show | jobs
by pjmlp 4013 days ago
Was the performance related work postponed?
1 comments

If you mean the compilation fsync stuff: Yeah until 1.8
I mean the compilation and startup time that people think lies on the JVM, CLR, Dalvik and ART when trying to run Clojure code.
It sounds like you are referring to various ideas around delayed var loading to improve startup performance - most of that was delayed, although there was one change that improved compilation speed and improves the performance of some projects.
Yeah that was it, thanks.