Fork me on GitHub
#clojure-europe
<
2023-11-19
>
ray11:11:24

Good morning. Leaf week incoming.

โค๏ธ 1
otfrom18:11:20

:spock-hand:

๐ŸŒŸ 5
ray22:11:00

TIL: array-map - and I might actually use it ๐Ÿ™‚

borkdude22:11:48

You are already using array maps when you use less than 9 kv-pairs in a map literal

๐Ÿ‘ 1
๐Ÿ™ˆ 1
reefersleep23:11:45

You assume too much about @U04V5V0V4's coding style, @U04V15CAJ ๐Ÿ˜›

๐Ÿ˜† 1
ray08:11:37

Iโ€™m not using it, Rich is.

ray08:11:30

Also - the fact that the data is sorted is interesting. And I might be happy to use them for 100 values!

borkdude09:11:17

if you don't care about lookup efficiency for large numbers of keys, you might as well

ray10:11:35

as usual, it depends on where it eventually sits