[ ソース: node-dequeue ]
パッケージ: node-dequeue (1.0.5-6)
node-dequeue に関するリンク
Debian の資源:
node-dequeue ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.