release
alert
Auto-detect
Apple App Store
Rust Crate (Cargo)
Chocolatey Package
Docker Image
Debian Package (Bookworm)
Go Module
Ruby GEM
GitHub Repository
GitLab Repository
Maven Central
NPM Package
NuGet Package
Packagist Package
Python Package (PyPI)
VS Code Extension
WordPress Plugin
Search
/
Sign in
tiny-queue
NPM
www.npmjs.com
github.com
Releases
3
Frequency
1 month 1 week
Last Release
almost 12 years ago
Monday, 11 August 2014, 02:14
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Log in to subscribe
Releases
3
Links
1
Collections
0
Linked projects
nolanlawson/tiny-queue
GitHub
Simple JavaScript FIFO queue implementation to avoid having to do shift()