A fully persistent balanced binary search tree
Tiny queue data structure
parse the .git/config file into a useful data structure
Unicode Trie data structure for fast character metadata lookup, ported from ICU
Extremely fast double-ended queue implementation
Read all the installed packages in a folder, and return a tree structure with all the data.
Curated collection of data structures for the JavaScript/TypeScript.
An implementation of the Fibonacci heap data structure
Syntax tree data structure and parser interfaces for the lezer parser
Rope-based persistent sequence type
Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
This package provides support for the [RedisBloom](https://redisbloom.io) module, which adds additional probabilistic data structures to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the R
This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
Utility data structure used in discord.js
Editor state data structures for the CodeMirror code editor
Fork of HAMT that adds transient mutation and support for custom key types
64-bit complex number.
128-bit complex number.
A union-find data structure for maintaining disjoint sets.
A TypeScript package with latest Schema.org Schema Typings
This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi
Validates if a value is matrix-like.
Document data structure for the CodeMirror code editor
Range set data structure for the CodeMirror code editor
Binary serialization which sorts bytewise for arbirarily complex data structures
An simple, relational SDK for querying TypeScript and JavaScript data structures
a simple priority queue data structure
1D interval tree data structure
Slab decomposition data structure for 2D vertical ray queries
Circular Buffer JavaScript implementation