Sorry for resurrecting of such an old post, but I just wrote port of 
Clojure's data structures in Objective-C 
- https://github.com/astashov/persistent.objc - hopefully one day someone 
will find that useful. :)

On Sunday, March 31, 2013 5:43:52 AM UTC-7, Matthias Benkard wrote:
>
> I implemented persistent, array-mapped Patricia trees in C a while ago:
>
>     https://matthias.benkard.de/journal/118
>
> It should be relatively straight-forward to build some Objective-C classes 
> on top of that.  (There's a reason the memory management routines are named 
> bpt_{retain, release, dealloc}. :))
>
> You'll just need to do the hashing yourself if you want to build a hash 
> map.
>
> Matthias
>

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