This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-14
Channels
- # announcements (2)
- # beginners (88)
- # calva (17)
- # cider (25)
- # cljdoc (22)
- # cljs-dev (10)
- # clojure (194)
- # clojure-italy (1)
- # clojure-nl (8)
- # clojurescript (24)
- # data-science (11)
- # datomic (1)
- # fulcro (6)
- # jobs (1)
- # leiningen (4)
- # nyc (1)
- # off-topic (70)
- # pedestal (6)
- # quil (4)
- # shadow-cljs (59)
- # vim (8)
I got some data visualisations build with kixi and oz in preparation for my talk at the kafka meetup. Maybe I could show the (clojure) code to run the test and display them next clojure meetup?
clojure doesn't look bad in these benchmarks at all, i'm surprised to see that rust doesn't perform as good
When the load is low the cpu of Rust is still less. But it seems once JVM does it's magic after some iterations it becomes more efficient cpu-wise. The memory need of rust is very low, just 8 MiB instead of 200 - 1000+. Kotlin is using spring while Clojure is just using Java interop for the clients, and jdbc.next for PostgreSQL.