0.01
No commit activity in last 3 years
No release in over 3 years
A circular queue (also called a circular buffer or ring buffer) is useful when buffering data streams
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 0
~> 3.8.0
>= 0
 Project Readme

Circular Queue

Gem Version Build Status

Data structure that uses a single, fixed-size buffer as if it were connected end-to-end.

Support

circular_queue officially supports the currently supported Ruby versions, which tends to mean the last three major release. As of now that's Ruby 2.6, 2.5, and 2.4. Older Rubies, back to Ruby 1.9, might work, but are not officially supported.

Documentation

Documentation, including example use, is covered in the API Docs.