rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.36k stars 194 forks source link

Performance characteristics #257

Open Risto-Stevcev opened 5 years ago

Risto-Stevcev commented 5 years ago

What are the performance characteristics of this library and it's operations? Would be good to add to the API docs what the Big-Oh's are for each operation and whether it's amortized or not