keys1value
Erlang mapper
Provides an interface to Erlang data structures allowing for associative mapping of keys with lists and single values
Erlang set associative map for key lists
1 stars
3 watching
1 forks
Language: Erlang
last commit: about 1 year ago
Linked from 1 awesome list
data-structureserlang
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/key2value | An Erlang module providing a 2-way map interface to handle identical values with different keys | 7 |
okeuday/trie | An Erlang implementation of a data structure optimized for efficient string-based key lookups and matching | 132 |
christhekeele/mnemonix | Provides a unified interface to key/value stores in Elixir and Erlang | 39 |
okeuday/erlang_term | An Erlang library providing in-memory size information for various term types without considering storage locations. | 33 |
parro-it/map-array | Converts key-value pairs of an object into a sorted array of key-value pairs | 4 |
landau/zipmap | Function to create an associative map from key-value pairs or arrays of objects/pairs. | 4 |
okeuday/dynamic_compile | A tool for compiling and loading Erlang modules from string input to execute them as dynamic code | 1 |
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |
aryaxt/ocmapper | An Objective-C library to easily convert dictionaries to model objects | 347 |
johnwquarles/mirrarray | Creates an object mapping input values to their string representations as keys. | 5 |
ngneat/hotkeys | A declarative library for handling hotkeys in Angular applications | 330 |
okeuday/pqueue | Implementations of priority queues for Erlang, with varying trade-offs between speed and complexity. | 171 |
krzysztofzablocki/propertymapper | Simplifies data parsing in Objective-C iOS apps by providing a self-contained and minimalistic solution for mapping between received data and native objects. | 1,125 |
flesler/hashmap | A JavaScript class implementation of a key-value map data structure | 382 |
svermeulen/vimpeccable | A Neovim plugin that allows users to map keys to Lua code directly in their init file | 353 |