Welcome! Please see the About page for a little more info on how this works.

0 votes
in Docs by

Doc for array-map should mention its characteristics: preserves order of keys, linear O(n) search so appropriate only for small maps, operations on array-maps return hash-maps.

2 Answers

0 votes
by

Comment made by: importer

Converted from http://www.assembla.com/spaces/clojure/tickets/150

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-150 (reported by alex+import)
...