Hi

I would like to be able to take advantage of the tree structures underneath 
e.g. hash-maps for a faster diff.

I wrote a gist to do this in 
clojurescript 
https://gist.github.com/danjohansson/add5515b2067b3036044d450cbec08f3

I guess BitmapIndexedNode etc are implementation details of 
PersistentHashMaps and its a bad idea to use them directly.
In clojure it is not straightforward to do this at all since root is 
private.

So to my question:
Is there or has there been any plans to add a diff or a diff enabler on the 
data structures to be able to make faster diffs.

Thanks
Dan





-- 
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