"These maps support transient/persistent semantics, and also provide special merge, merge-with, update, and update! methods that provide significantly faster performance than their normal Clojure counterparts. The keys must be in the range of [0, Long/MAX_VALUE]."
On Mon, Sep 15, 2014 at 12:07 PM, Mark <[email protected]> wrote: > This looks interesting because of how my app manipulates data from Datomic > but it brings up the question, does "int" mean Java primitive 32-bit int or > 64-bit long? > > On Monday, September 15, 2014 11:51:47 AM UTC-7, Zach Tellman wrote: >> >> https://github.com/clojure/data.int-map >> >> This contrib library represents the union of two other libraries [1] [2], >> which are now both deprecated. There's nothing too surprising here, but >> I'm happy to answer any questions. >> >> Zach >> >> [1] https://github.com/ztellman/immutable-int-map >> [2] https://github.com/ztellman/immutable-bitset >> > -- > 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 > --- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Ben Wolfson "Human kind has used its intelligence to vary the flavour of drinks, which may be sweet, aromatic, fermented or spirit-based. ... Family and social life also offer numerous other occasions to consume drinks for pleasure." [Larousse, "Drink" entry] -- 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 --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
