5 ms·
author here. Yes, Clojure can use more than 1.4G of heap, and can use threads. http-kit is multithreaded (one just for IO, others for computing response). A st
by shenedu 14y ago
author here.
Yes, Clojure can use more than 1.4G of heap, and can use threads. http-kit is multithreaded (one just for IO, others for computing response). A strength of Clojure?
- notimetorelax 14y agoFrankly as somebody pointed out http-kit is written mostly in Java, so I would say that you're showing strength of JVM.
- shenedu 14y agoYes, JVM is strong. Clojure inherit it.