Is there an ETA for Kotlin immutable collections o...
# stdlib
r
Is there an ETA for Kotlin immutable collections or is that on hold?
g
There are a few problems that @ilya.gorbunov mentioned some time ago and as I understand it’s on hold now
e
We are actually working on them part-time. Btw, Queue is the first thing we started to tackle. Our initial impl of immutable queue is approx x15 times slower than LinkedList, so we’re trying to figure out how it can be improved.
🐢 2
👍 7