sorted-map
There are 14 repositories under sorted-map topic.
frptools/collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
rimbu-org/rimbu
Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
umpc/go-sortedmap
A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.
igrmk/treemap
Generic sorted map for Go with red-black tree under the hood
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.
narimiran/sorta
SortedTables in Nim, based on B-Trees
buraksezer/sorted
SortedSet and SortedMap with skip list for Go
drivendataorg/sortedcontainers-pydantic
Adds Pydantic support to sortedcontainers.
bacali95/sweet-collections
Typescript implementations of in-memory cache data-structures for Node and Browser.
Anotra/anomap
sorted key/value storage for C99
bogwi/SortedMap
Map for fast storing key-value pairs sorted by key
OlexiyKhokhlov/avltree
Go`s generics AVL based sorted map