Re: 100x startup for Clojure using GraalVM

2019-11-09 Thread 'Gerard Klijs' via Clojure
You probably aware of this, but in case you don't. Running JVM as native image does start up faster, but throughput is less and latency is higher than running on the JVM. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send em

[ANN] zprint 0.5.3 with major new capabilities

2019-11-09 Thread Kim Kinnear
zprint is a program which will "pretty-print" Clojure(script) source or objects. https://github.com/kkinnear/zprint *Major new features:* Some people want a formatting tool to enforce a particular style, regardless of the input. That is what classic zprint does -- it enforces the style config

Re: 100x startup for Clojure using GraalVM

2019-11-09 Thread Kim Kinnear
I have found the same improvements with graalVM binaries! It is amazing! I was just testing zprint before releasing it, and here are the numbers for a moderately sized program to start on a 2012 MacBook Air: >java -jar zprint-filter-0.5.3 same as above using appcds 1.16