Fork me on GitHub
#clojure-nl
<
2019-04-14
>
gklijs10:04:26

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?

lmergen11:04:18

clojure doesn't look bad in these benchmarks at all, i'm surprised to see that rust doesn't perform as good

lmergen11:04:45

it's probably because clojure and kotlin are JVM based ?

gklijs11:04:32

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.

skuro05:04:23

goes without saying, the meetup would be happy to have you on stage to discuss the details 🙂