Skip to content

elixir-toniq/circular_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircularBuffer

CircularBuffer provides a general-purpose CircularBuffer data structure.

Docs: https://hexdocs.pm/circular_buffer.

Installation

def deps do
  [
    {:circular_buffer, "~> 0.4"}
  ]
end

Should I use this?

The entire codebase is less than 50 lines of code and has been tested using property based testing. I believe the implementation is sound but it may not be the highest performance library out there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages