This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-08
Channels
- # alda (10)
- # beginners (15)
- # boot (16)
- # business (2)
- # clojure (68)
- # clojure-czech (1)
- # clojure-italy (3)
- # clojure-japan (71)
- # clojure-russia (32)
- # clojure-uk (2)
- # clojurescript (134)
- # core-async (84)
- # datomic (27)
- # devcards (13)
- # hoplon (3)
- # ldnclj (8)
- # ldnproclodo (1)
- # lein-figwheel (2)
- # melbourne (1)
- # off-topic (29)
- # om (53)
- # re-frame (7)
- # reagent (15)
- # yada (50)
@nicholasf: I'm using Cheshire.
Btw are you familiar with http://clojars.org? That's how I found many libs...
😊:thumbsup::skin-tone-2: I hope it'll help you
@nicholasf: is there any reason you have "quite a large" arraymap? typically any map of over 10 kv-pairs will be much more efficient being a HashMap instead.
an arraymap would be much more memory efficient (but much worse lookup performance)