Sep 1, 2018 · 1 min read
Interesting… Answering your question about persistent collections in JS, technically there are no blockers for efficient implementation of such structures: client js could rely on web assembly, nodejs — on native api. I think we should see persistent data structures when it will solve puzzles that cannot be easily solved with existing tools. This is a good topic for discussion. It would be interesting if you provide use cases for persistent collections in javascript, which are not covered by ImmutableJS, for example.
