/bounded_map_buffer

A bounded circular buffer based on an elixir map.

Primary LanguageElixirMIT LicenseMIT

BoundedMapBuffer

A bounded circular buffer based on an elixir map.

Installation

If available in Hex, the package can be installed by adding bounded_map_buffer to your list of dependencies in mix.exs:

def deps do
  [
    {:bounded_map_buffer, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bounded_map_buffer.