Marko Topolnik <marko.topol...@gmail.com> writes:
>> Christophe's version also has the advantage that it can pretty much 
>> compile down to efficient JavaScript via ClojureScript and probably an 
>> efficient ClojureCLR program as well. This may or may not matter to you.
>>
> Apparently even Cristophe broke quite a bit of sweat to come up with his 
> second solution, and did also wander around searching for bottlenecks (like 
> .equals against =). ^:unsynchronized-mutable is something I've never layed 
> my eyes on before and I've spent quite a bit of time working on optimized 
> Clojure, googling for any trick I could find. What is the most trivially 
> obvious way to solve a probelm in Java takes the most obscure features of 
> Clojure to emulate.


What is interesting, though, it that it's not clear yet why this is the
case. What is clojure doing that is slow. 

Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to