elixir-bimap
Map library
Implementation of bidirectional maps and multimap data structures in Elixir.
Elixir implementation of bidirectional map and multimap
28 stars
2 watching
3 forks
Language: Elixir
last commit: 10 months ago
Linked from 1 awesome list
bimapbimultimapdata-structureselixir
Related projects:
Repository | Description | Stars |
---|---|---|
aviate-labs/bimap.mo | A library providing a data structure for bidirectional mappings between two sets of keys and values | 7 |
jab/bidict | A bidirectional mapping data structure for Python | 1,483 |
hashd/bitmap-elixir | A fast and space-efficient data structure for lookups using bit arrays in Elixir | 36 |
homanchou/elixir-xml-to-map | Converts an XML string to a structured Elixir data structure | 53 |
kelindar/bitmap | A lightweight, SIMD-vectorized bitmap implementation in Go for efficient boolean operations and indexing. | 311 |
takscape/elixir-array | An Elixir wrapper around Erlang's array data structure | 34 |
meh/amnesia | Provides a simplified interface to Mnesia's functionality for Elixir developers. | 694 |
sabiwara/aja | An Elixir standard library extension focused on efficient data structures and manipulation | 198 |
gunnar2k/elixir-map-to-xml | Converts Elixir maps to XML documents in various formats and structures | 5 |
kamillelonek/exnumerator | A utility library for defining custom enumerations in Elixir. | 65 |
lexmag/msgpax | A high-performance MessagePack implementation for Elixir | 288 |
inaka/dayron | A library to interact with external HTTP APIs and map resources to Elixir data structures | 159 |
meyercm/shorter_maps | A library that provides shorthand syntax for creating and manipulating maps and structs in Elixir | 233 |
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
ericentin/ets_map | A Map-like data structure implemented using Elixir's ETS tables | 8 |