[ 原始碼: node-dequeue ]
套件:node-dequeue(1.0.5-6)
Simple Double Ended Queue Datastructure for Node.js
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.