cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
uneman 2021-04-15T17:57:10.088300Z

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

uneman 2021-04-15T18:02:01.090300Z

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

borkdude 2021-04-15T18:02:22.090700Z

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

👆 2