elixir-datastructures

Data library

A collection of Elixir data structures and their associated protocols.

Datastructures for Elixir.

GitHub

215 stars
13 watching
19 forks
Language: Elixir
last commit: over 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
meh/dexts A storage system designed to manage Elixir-specific data terms, providing a wrapper around the underlying storage. 6
meh/exts A lightweight Elixir wrapper around the built-in ets table implementation for storing and managing Erlang terms 8
sabiwara/aja An Elixir standard library extension focused on efficient data structures and manipulation 198
meh/exquisite A tool for generating match_specs from LINQ-inspired queries at compile-time for use with Elixir record types. 79
meh/amnesia Provides a simplified interface to Mnesia's functionality for Elixir developers. 694
elixir-typed-structor/typed_structor A library for defining and working with typed structs in Elixir 13
msharp/elixir-statistics A collection of statistical functions and distributions implemented in Elixir 138
meh/reagent A library providing a simple and flexible way to create socket acceptor pools in Elixir 93
meh/cauldron An HTTP/SPDY server implemented as a library 74
meh/elixir-socket A Elixir library that provides a socket wrapping solution for various protocols including TCP, UDP, Sctp and WebSockets with SSL support. 691
medhiwidjaja/nary_tree An Elixir implementation of a generic tree data structure with node-based model and traversal APIs 18
meh/jazz A JSON handling library for Elixir. 61
whatyouhide/stream_data A toolset for generating and testing data in Elixir applications 883
hamiltop/structurez A playground for exploring various data structures and network protocols in Elixir 14
princemaple/elixir-queue A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. 33