News

It includes functions for creating both eagerly and lazily-evaluated linked list data structures, including infinite lists, and a core subset of functions for working with them. Unlike ...
A JavaScript implementation of a doubly-linked list. Much faster than the native JS array if your focus is adding and removing from large data sets. Slow if you need to randomly access elements from ...