Re: [ANN] Clojure 1.9.0 is now available!

2017-12-25 Thread Isaac Tsang
I think is better to add AOT cache to speed up startup time. eg. https://gist.github.com/gfZeng/c4e54ec0381892f78c60f03e7d957a34#file-run-clj-L50 On Saturday, December 9, 2017 at 3:35:39 AM UTC+8, Alex Miller wrote: > > Clojure 1.9 is now available! > > > Clojure 1.9 introduces two major new fea

Re: 1.8 vs 1.9 performance

2017-12-25 Thread John Stevenson
Our team has been running in production on Clojure 1.9 release candidates for the last 4 months. We process about 30 million transactions every day without breaking a sweat, thanks in part to core.async, so performance is excellent for us. As we started with 1.9 I'm unable to give advice about co