Singly Linked List data structure for Javascript
Javascript implementation of a doubly linked-list data structure
[](https://opensource.org/licenses/mit-license.php) [](https://badge.fury.io/js/ss-linked-list)
A polyfill for the internal diagnostics_channel module
Singly Linked List
Minimalistic linked lists
Store information about any JS value in a side channel, using a linked list
Yet Another Linked List
Turn any collection of objects into its own efficient tree or linked list using Symbol
timers module for browserify
JavaScript Data Structures written for Node.js
Dynamic Content CLI Tool
A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js
Browser polyfill for Node.js diagnostics_channel
Javascript implementation of singly linked list data structure
High-quality and essential Typescript data structures
simple typescript linked-list with generics typing
a javascript implementation of LinkedList & DoublyLinkedList
Curated collection of data structures for the JavaScript/TypeScript.
A fast fifo implementation similar to the one powering nextTick in Node.js core
simpler faster substitute for LRU
A consumable stream demultiplexer.
Exposes a polyfill for the Node.js module diagnostics_channel
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.