[Pkg-javascript-devel] Bug#707656: ITP: node-node-dequeue -- Simple Double Ended Queue Datastructure for Node.js
Mike Gabriel
mike.gabriel at das-netzwerkteam.de
Thu May 9 23:33:19 UTC 2013
Package: wnpp
Severity: wishlist
Owner: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
* Package name : node-node-dequeue
Version : 1.0.3
Upstream Author : Sean (lleo) M. Egan <lleoem at gmail.com>
* URL : https://github.com/lleo/node-dequeue
* License : BSD-2-clause
Programming Lang: Javascript
Description : 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.
More information about the Pkg-javascript-devel
mailing list