On Friday, March 3, 2017 at 9:42:30 AM UTC-5, Ernesto Garcia wrote:
>
>
> Can you point out to some implementation of this kind? I don't know what 
> you are referring to here. Would AOT compilation help in my case?
>
>
In the clojure toolbox, the first entry under data structures is 
aatree: https://github.com/laforge49/aatree but beware bit rot as it is now 
a bit dated. :-( 

Because genclass is being used, the code extends things like 
clojure.lang.APersistentMap. 
This might be a good starting point: 
https://github.com/laforge49/aatree/blob/master/src/aatree/AAMap.clj

The extensions to map et al are quite extensive, going so far as to 
implement virtual structures that need not even fit in memory. (check the 
readme.)

So have fun!

Bill

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