immutable-sorted icon indicating copy to clipboard operation
immutable-sorted copied to clipboard

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.

Results 3 immutable-sorted issues
Sort by recently updated
recently updated
newest added

I would like to request a function that works like fromJS but insert SortedMap instances instead of Map when objects are encountered. An example is to execute this code and...

enhancement
help wanted

Hey guys - are you open to having a version where immutable-js is a dependency instead of forking it? That way you'll get improvements if any are made in immutable-js

I just today realized that Immutable.js doesn't provide an operation for this, though I really only need it for `SortedMap`. I would like a method on `SortedMap` that removes and...

enhancement
help wanted