Hacker News new | past | comments | ask | show | jobs | submit login
Concur.next — Parallel I/O (clojure) (tbray.org)
42 points by wglb on Nov 20, 2009 | hide | past | favorite | 1 comment



It's interesting that Clojure was able to beat Perl in the "Wide Finder" contest. In the first Wide Finder, Perl blew the doors off of everything else, including Erlang and OCaml. For Wide Finder 2, Perl drifted towards the bottom, but was still dramatically faster than any other interpreted language like Python or Ruby. It sounds like Tim's naive Clojure code is running at Scala-like speeds, which is quite encouraging.

For those of you not familiar with the Wide Finder project, it's a benchmark (sorta) that Tim Bray uses to compare different programming languages. The basic idea is to do simple text parsing on a massive log file. It's an easily parallelizable problem, which makes it a prime candidate for testing all these nifty new highly concurrent languages.

For more background, you should probably start here: http://www.tbray.org/ongoing/When/200x/2007/09/20/Wide-Finde...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: