memlab
memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.
mnemonist
Curated collection of data structures for the JavaScript/TypeScript.
heap-js
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.