node-bigset
High performance Set for handling massive elements. 高性能的集合类,用于处理大量元素的添加和查找。
High performance Set for handling massive elements. 高性能的集合类,用于处理大量元素的添加和查找。
A lightweight utility to flatten nested JavaScript objects into dot-notation key-value pairs and unflatten them back. Perfect for handling complex configurations, form data, or API transformations.
Convenient methods for JavaScript built-in multi-dimensional arrays.
A TS/JS library for doing immutable updates and querying on nested data structures in a way that is composable and powerful.
A TypeScript library that provides a simple, in-memory database with a flexible API. It's designed to be portable, making it easy to integrate into your projects.
Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Qu
A asynchronous priority queue implementation
Priority Queue
Priority queue data structure where you are able to set your own compare function.
Priority queue data structure where you are able to set your own compare function.
Union Find data structure using Redis
red black tree
Queue data structure
A package to offer a built-in Queue data structure and Breadth First Search (BFS) method for traversing a graph for JavaScript applications.
treedata handled with javasript shallow feature!
A hook to make data structures rerenderable in React
Set of efficient data structures based on skip lists.
Graph data structure.
A lightweight queue package supporting both FIFO (First In First Out) and LIFO (Last In First Out) operations. Features include asynchronous iteration, event emission, and batch processing. The queue dynamically resizes, handles push and get timeouts, and