Fork me on GitHub
#cljs-dev
<
2021-04-15
>
namenu17:04:10

transient is fast because of its reduced memory allocation but it’s still not O(1)

namenu18:04:01

and that’s why assoc!works the same way as assoc

borkdude18:04:22

@namenu the O(1) was about converting a transient object to a persistent one

👆 6