ets_map
ETS map
A Map-like data structure implemented using Elixir's ETS tables
An Elixir package that provides a Map-like interface (Map/Access/Enumerable/Collectable) backed by an ETS table
8 stars
2 watching
1 forks
Language: Elixir
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
homanchou/elixir-xml-to-map | Converts an XML string to a structured Elixir data structure | 53 |
meh/exts | A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms | 8 |
ericmj/ex2ms | Translates Elixir functions to match specifications for use with ets | 195 |
gunnar2k/elixir-map-to-xml | Converts Elixir maps to XML documents in various formats and structures | 5 |
mkaput/elixir-bimap | Implementation of bidirectional maps and multimap data structures in Elixir. | 28 |
medikoo/es6-map | A JavaScript implementation of the ECMAScript 6 Map data structure | 73 |
ericentin/gen_state_machine | An Elixir wrapper for managing state in concurrent systems | 305 |
whitfin/dot-notes-elixir | An Elixir port of dot-notes to work with Maps/Lists | 8 |
cabol/ex_shards | Provides a wrapper around ETS tables or Shards to scale-out Elixir data storage | 42 |
ephe-meral/asn | An IP-to-AS-to-ASname lookup tool for Elixir | 17 |
mhaemmerle/entitas_erl | An implementation of an entity component system in Erlang for managing game-like data structures and systems | 6 |
e-n-f/datamaps | A tool for indexing geographic data and generating map tiles from it | 342 |
pareeohnos/geonames-elixir | An API wrapper for geospatial data retrieval and manipulation | 23 |
rdf-elixir/rdf-ex | An implementation of RDF data model in Elixir. | 109 |
hashd/bitmap-elixir | A fast and space-efficient data structure for lookups using bit arrays in Elixir | 36 |