Abit

Use :atomics as a bit array or as an array of counters with n bits per counter in Elixir.

Documentation can be found at https://hexdocs.pm/abit.

Installation

Add abit to your list of dependencies in mix.exs:

def deps do
  [
    {:abit, "~> 0.1"}
  ]
end

API

Abit

Abit.Counter