搜索 "FIFO" 的结果(共 5 个)
fast-fifo
A fast fifo implementation similar to the one powering nextTick in Node.js core
MIT
tiny-queue
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Apache 2
fifo
FIFO queue implemented using a double linked-list
MIT