Is there an ETA for Kotlin immutable collections or is that on hold?
g
gildor
01/25/2018, 5:29 AM
There are a few problems that @ilya.gorbunov mentioned some time ago and as I understand it’s on hold now
e
elizarov
01/25/2018, 8:01 AM
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.