Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.