Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkiimm/fixed-length-queue
Fixed-Length Queue
https://github.com/jkiimm/fixed-length-queue
Last synced: 20 days ago
JSON representation
Fixed-Length Queue
- Host: GitHub
- URL: https://github.com/jkiimm/fixed-length-queue
- Owner: jkiimm
- Created: 2017-08-18T06:10:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T06:32:00.000Z (over 7 years ago)
- Last Synced: 2024-11-19T09:54:42.576Z (about 2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fixed-length-queue
This is just modularizing about [the gist](https://gist.github.com/bennadel/9760671) by [Ben Nadel](https://github.com/bennadel).
If you want more details about implementation, check [this post](https://www.bennadel.com/blog/2308-creating-a-fixed-length-queue-in-javascript-using-arrays.htm). Thank you, Ben.