hasharray
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
stl-kit
A modern JavaScript & TypeScript standard template library (STL) for data structures and algorithms. Includes high-performance implementations of Stack, Queue, Deque, Linked List, Vector, Set, Map, Tree, Heap, and Graph — inspired by C++ STL. Designed for
ts-list
Typescript implementation for List with ArrayList