Christophe -- thanks for the wonderful tuning! I build my graph using sorted-map for the nested maps, i.e. adjacency lists. Then it's dumped to disk via jiraph, serializing the adjacency lists with Google Protocol Buffers, and loaded back from them. The question I had was whether the sorting order is preserved; currently it's not as it builds a regular map.
Probably it would be enough in many cases to check whether the type of the map is sorted-map, but the question makes sense in many situations, and the functions are usable with vectors, not just maps, so it's all good. -- Alexy -- 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
