Skip to content

ericentin/ets_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETSMap

A Map-like Elixir data structure that is backed by an ETS table.

Installation

The package can be installed by:

  1. Adding ets_map to your list of dependencies in mix.exs:

    def deps do [{:ets_map, "~> 0.0.1"}] end

  2. Ensuring ets_map is started before your application:

    def application do [applications: [:ets_map]] end

About

An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages