News

See the top line of this compatibility chart to track the progress of the feature that will make recursively defined, fully-functional, high octane linked lists in JavaScript a reality. Until that ...
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 ...