On Tue, Sep 8, 2009 at 15:22, Conrad<drc...@gmail.com> wrote: > > Ah! ArrayMap! I missed that structure in the documentation!
Well, I suspect there's a reason for that. > That was exactly what I'm looking for. Be aware that ArrayMap is something that Clojure uses internally only to represent very small maps. Basically, it's an efficiency hack for small maps and probably not so great for larger maps. More importantly: the fact that it remembers the insertion order of keys is just an artifact of its implementation, not part of a public contract as far as I can tell. // Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---