much into my micro-benchmark
On Fri, Oct 29, 2010 at 7:07 AM, Meikel Brandmeyer wrote:
> Hi,
>
> On 29 Okt., 06:58, Brian Ericson wrote:
>
> > (map #(.start %) threads)
>
> map is not a loop. It creates a lazy sequences which does - nothing.
> At least not until it is
Please forgive the lengthy post...
New to Clojure and trying to get a friend excited about it by demonstrating
how Clojure's functional/STM heritage makes it easy to write
concurrent/parallel code, but I can't get Clojure to
I started with Java, where 256 threads are vying to increment a single
c