Y
Hacker News
new
|
ask
|
show
|
jobs
by
georgewsinger
3759 days ago
22 milliseconds? Unless I'm mistaken that's blazing fast?
1 comments
drewr
3759 days ago
I believe that's 220ms. Which isn't too bad. But Clojure can usually match that if you AOT everything.
It's still too slow for serious command-line utils, though, so you're back to Haskell.
link
tamana
3759 days ago
Or using a long-running system daemon to host the VM
link
It's still too slow for serious command-line utils, though, so you're back to Haskell.