Packages

Elixir implementations of a sorted map and a sorted set based on Erlang's gb_trees and gb_sets.

Current section

Files

Jump to
orderly README.md
Raw

README.md

# Orderly
Sorted set and sorted map implementations based on Erlang's
[`gb_sets`](https://www.erlang.org/doc/man/gb_sets) and
[`gb_trees`](https://www.erlang.org/doc/man/gb_trees).
See the modules `Orderly.SortedMap` and `Orderly.SortedSet` for detailed documentation.