Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 654 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 654 Bytes

Clojure native-image on GraalVM containerized

This is a small experiment of running a clojure project on GraalVM container using native-image. Compare to the similar app using Golang https://github.com/sher/graal-clojure/blob/master/convey_api/alter.go

Goods

  • Container startup time improved significantly, compared to JVM container

Not so goods

Things to try next