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

Garbage collector features? #256

Closed kevzettler closed 5 years ago

kevzettler commented 5 years ago

I am wondering if this is a drop in replacement for Immutable.js. Specifically around if it has the same garbage collector management features like "structural sharing".

crudh commented 5 years ago

@kevzettler no, it's not a drop in and it doesn't have anything like structural sharing.