Re: [Neo4j] Radix tree

2011-09-16 Thread Peter Neubauer
Yes, great work Davide! I think we need to start enabling documentation for the graph collections as it is evolving pretty rapidly! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter   

Re: [Neo4j] Radix tree

2011-09-16 Thread Niels Hoogeveen
Peter, I agree, we need to work on documentation once the dust has settled around the changes Bryce has been working on. Niels From: peter.neuba...@neotechnology.com Date: Fri, 16 Sep 2011 13:59:07 +0200 To: user@lists.neo4j.org Subject: Re: [Neo4j] Radix tree Yes, great work Davide

[Neo4j] Radix tree

2011-09-15 Thread Niels Hoogeveen
Thanks to the good work of Davide, graph-collections now contains an implementation of Radix-tree. See: http://en.wikipedia.org/wiki/Radix_tree This particular datastructure can be used to store nodes sorted by a String value, very handy when you want to create associative arrays in Neo4j.