sorted-map topic

List sorted-map repositories

collectable

272
Stars
14
Forks
Watchers

High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015...

rimbu

128
Stars
7
Forks
Watchers

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.

go-sortedmap

70
Stars
8
Forks
Watchers

A simple value-sorted map type for Go that features constant-time reads and efficient iteration over records.

sorta

16
Stars
3
Forks
Watchers

SortedTables in Nim, based on B-Trees

treemap

55
Stars
7
Forks
Watchers

Generic sorted map for Go with red-black tree under the hood

immutable-sorted

29
Stars
5
Forks
Watchers

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.