Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okeuday/key2value
Erlang 2-way map
https://github.com/okeuday/key2value
data-structures erlang
Last synced: 2 months ago
JSON representation
Erlang 2-way map
- Host: GitHub
- URL: https://github.com/okeuday/key2value
- Owner: okeuday
- License: mit
- Created: 2013-05-04T20:47:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T18:45:20.000Z (about 1 year ago)
- Last Synced: 2024-09-30T03:42:10.568Z (2 months ago)
- Topics: data-structures, erlang
- Language: Erlang
- Homepage:
- Size: 77.1 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - Erlang 2-way Set Associative Map. (Algorithms and Data structures)
- fucking-awesome-elixir - key2value - Erlang 2-way Set Associative Map. (Algorithms and Data structures)
- awesome-elixir - key2value - Erlang 2-way Set Associative Map. (Algorithms and Data structures)
README
Erlang 2-way Map
================An interface is provided which takes an Erlang data structure module name
that contains a dict API to provide a 2-way map. The maps module is
supported despite not providing the dict API. The resulting data structure
would be used when 2 different key values need to refer to the same value
(e.g., using both a UUID and an Erlang pid to reference configuration data).Author
------Michael Truog (mjtruog at protonmail dot com)
License
-------MIT License