Ooops, silly me... Thanks for catch.
On Thu, Oct 18, 2018, 4:55 PM Alex Miller wrote:
>
>
> On Thursday, October 18, 2018 at 4:07:32 AM UTC-5, Khalid Jebbari wrote:
>>
>>
>> PS: I couldn't get clojure cli to download criterium to run the
>> benchmark, so I ended up using the REPL provided by in
On Thursday, October 18, 2018 at 4:07:32 AM UTC-5, Khalid Jebbari wrote:
>
>
> PS: I couldn't get clojure cli to download criterium to run the benchmark,
> so I ended up using the REPL provided by in my current app setup (based on
> Clojure 1.9.0, Boot 2.8.2 and criterium 0.4.4, the latest stab
I've found the time to experiment myself and report my findings below.
In CLJS, MapEntry seems to work fine, and is slightly faster than using a
vector to represent it. Below are dumb micro benchmarks, executed in fresh
repls void of any other dependencies:
```
> clj -Sdeps "{:deps {org.clojure