Re: [ANN] 1.10.0-beta4

2018-10-26 Thread Ghadi Shayban
Verification time should go down with JDK8 level bytecode, which improves cold startup of clojure.jar by about 5%. (This benefit is negated by the module system in 9+ though.) On Friday, October 26, 2018 at 12:27:44 PM UTC-4, Alex Miller wrote: > Likely the biggest performance gain is that comp

Re: [ANN] 1.10.0-beta4

2018-10-26 Thread Alex Miller
Likely the biggest performance gain is that compatibility fixes allow you to run up to Java 11, thus reaping any benefits from newer JVMs. On Friday, October 26, 2018 at 11:09:39 AM UTC-5, Sean Corfield wrote: > > I don’t have any hard evidence about performance but when we first updated > to th

RE: [ANN] 1.10.0-beta4

2018-10-26 Thread Sean Corfield
View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Friday, October 26, 2018 5:28:26 AM To: clojure@googlegroups.com Subjec

Re: [ANN] 1.10.0-beta4

2018-10-26 Thread Alex Miller
I wouldn’t expect any. Would be interested to hear any perf differences you see either way though. > On Oct 26, 2018, at 4:27 AM, Piyush Katariya > wrote: > > Have anybody seen any perf improvements due to JDK8+ bytecode compatibility > which this release brings ? > -- > You received this me

Re: [ANN] 1.10.0-beta4

2018-10-26 Thread Piyush Katariya
Have anybody seen any perf improvements due to JDK8+ bytecode compatibility which this release brings ? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

RE: [ANN] 1.10.0-beta4

2018-10-25 Thread Sean Corfield
" -- Margaret Atwood From: clojure@googlegroups.com on behalf of Alex Miller Sent: Monday, October 22, 2018 2:52:52 PM To: Clojure Subject: [ANN] 1.10.0-beta4 1.10.0-beta4 is now available. You can try it with clj using: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/versi

[ANN] 1.10.0-beta4

2018-10-22 Thread Alex Miller
1.10.0-beta4 is now available. You can try it with clj using: clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-beta4"}}}' Changes in 1.10.0-beta4: - CLJ-2417 sort and sort-by should retain meta You can read the full 1.1