nolanlawson/tiny-queue

nolanlawson/tiny-queue

Releases3
Frequency1 month 1 week
Last Release
Stars21
Simple JavaScript FIFO queue implementation to avoid having to do shift()

Linked projects

Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.