Train module is an implementation of a Queue data structure. It uses 2 arrays, to simulate and perform a fast element shift operation on its head, without using the Array#shift() method. -- Read More
INSTALL » npm install train
CODE » git clone git://github.com/rootslab/train.git
GITHUB » https://github.com/rootslab/train
Categories:
Engines:
- node >=0.4.x