dannysatan's comments

dannysatan | 11 years ago | on: Immutable Data Collections for Javascript

No, it's time and memory inefficient. When you add something to immutable data structure, a new structure is created but internally it shares the data with a structure it was derived from.
page 1