Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skbolton/stronghold

Datastructures in Elixir
https://github.com/skbolton/stronghold

Last synced: 24 days ago
JSON representation

Datastructures in Elixir

Awesome Lists containing this project

README

        

# Hold

Stephen's smattering of functional data structures

> [!CAUTION]
> This is mostly for me to experiment with functional data structures and have my own lib to pull in
> There could come a time where I work to make this more battle tested, but that time is *NOT* now.

## Installation

Add stronghold to your dependencies. Note package name and hex name are different.

```elixir
def deps do
[
{:hold, "~> 0.1.0", hex: :stronghold}
]
end
```

Documentation is available [here](https://hexdocs.pm/stronghold)

## Acknowledgements

* FingerTrees - Huge thanks to [hallux](https://hex.pm/packages/hallux). If you need finger trees you are probably better off using this library