←back to thread

257 points pg | 2 comments | | HN request time: 0.426s | source
1. jwr ◴[] No.2121016[source]
Which is why it's good to have a mature VM underneath your language. Paul's choice of basing an implementation of Arc on MzScheme was a very good one (I remember people criticizing him for not building a standalone implementation with a new VM).

I write time-critical applications in Clojure and JVM's -XX:+UseConcMarkSweepGC flag is a lifesaver. We no longer get those multi-second pauses when full GC occurs.

replies(1): >>2121322 #
2. ◴[] No.2121322[source]