How many people have heard of this GC?  
http://www.jclarity.com/2014/02/19/shenandoah-a-new-low-pause-garbage-collection-algorithm-for-the-java-hotspot-jvm/

I want to know if this would benefit clojure.  I wrote a small asteroids 
game in clojure and the performance was not good.  I stuck to purity when 
writing the game, only "mutating" my data after it had passed through a 
bazillion pure functions.  I was wondering, would a GC like this one(or 
Azul's) make a significant impact so that I, or others, could make games in 
a more pure fashion?  I WANT MY EFFIN PURITY!

-- 
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/d/optout.

Reply via email to