On 22 October 2014 08:24, Linus Ericsson <oscarlinuserics...@gmail.com>
wrote:

> 2014-10-22 6:25 GMT+02:00 Jason Wolfe <ja...@w01fe.com>:
>
>>
>> Maybe this post from would be of use?
>>
>>
>> https://github.com/Prismatic/eng-practices/blob/master/clojure/20130926-data-representation.md
>>
>
> the summary is good, but I'm missing the more efficient data structure
> array-map that probably wastes less space than the hash-map for the same
> size of object.
>

Yes, it's a little misleading to compare a hash-map to a record, because
records rarely have more than 32 defined keys. It should really be a
comparison between records and array-maps, which are much closer in terms
of space usage and performance.

- James

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