On Mon, Mar 5, 2012 at 10:55 AM, László Török <[email protected]> wrote:
> Hi, > > I may not be fully up to speed with the latest developments re. > Clojurescript, so please bear with me. > > I was wondering, what are the impediments of implementing persistent data > structures in Clojurescript similar to those Clojure already has? > (and getting rid of the current copy-on-write whenever I create a new > value out of an existing one) > > Thanks! > > -- > László Török > We should definitely implement persistent data structures for ClojureScript. I've done some initial tests and the modern JS engines seem to handle them quite well. I think their performance will only continue ot improve. If you've sent in your CA feel free to start on them and note your progress on via tickets on JIRA :) David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
