Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
node-dequeue
Simple Double Ended Queue Datastructure for Node.js
https://github.com/lleo/node-dequeue/
0
no reviews
Install
Dequeue is implemented as a doubly linked circular list with a titular head node--an empty node to designate the beginning and the end of the circularly linked list.
It is a drop-in replacement for javascript-arrays-as-fifo.