I'm so far really happy with native-images (I have similar use case to the described in the video) except one kinda big issue - specs shipped with Clojure 1.10 don't work in native-images dev.clojure.org/jira/browse/CLJ-1472 but then Cloure 1.10 brings mostly development time improvements so I end up using 1.10 in dev environment and release with 1.9 :D
@eugenej.55845 жыл бұрын
Also GraalVM's native-images uses their own GC (written in Java). It much less flexible and probably overall less efficient than what JVM provides so having "noop" garbage collector (see github.com/oracle/graal/issues/853 devs provided performance optimization tips) could be really cool for console apps, especially if it allows to compile away GC code to make it even smaller.
@PetrGladkikh2 жыл бұрын
Horrible voice recording, Could not listen to those clicks for more then a couple of minutes.