Comment on ICFP '09: "Get rid of cons!" Guy Steele on parallel algorithms & data structuresparentComments−jefffoster17yTake a look at http://blog.higher-order.net/2009/02/01/understanding-clojur... for details of Clojure's persistent vector implementation.−vsingh17yAnd here is the code for it: http://github.com/richhickey/clojure/blob/270185aba54cef1d8c...
Comments
Take a look at http://blog.higher-order.net/2009/02/01/understanding-clojur... for details of Clojure's persistent vector implementation.
And here is the code for it: http://github.com/richhickey/clojure/blob/270185aba54cef1d8c...