applitopia / immutable-sorted

This is an extension of Immutable.js that provides sorted collections SortedMap and SortedSet. The current implementation is using highly optimized B-tree memory structure.
http://applitopia.github.io/immutable-sorted/
Other
29 stars 6 forks source link

Updating size of the tree on reinserting previously removed key #9

Closed ssmyczynski closed 5 years ago

ssmyczynski commented 5 years ago

Fix for the bug reported in #8