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

https://github.com/zwilias/elm-dict-set-exploration

Alternative Dict/Set implementations
https://github.com/zwilias/elm-dict-set-exploration

aa-tree avl-tree dictionaries elm-lang two-three-tree

Last synced: 3 months ago
JSON representation

Alternative Dict/Set implementations

Awesome Lists containing this project

README

        

# Alternative Dict/Set implementations in pure Elm ![build status](https://travis-ci.org/zwilias/elm-dict-set-exploration.svg?branch=master)

![Insertion](http://i.imgur.com/CpApUGn.png)

![Retrieval](http://i.imgur.com/uF8mZdY.png)

![Removal](http://i.imgur.com/P8frEEy.png)

![Iteration](http://i.imgur.com/0vmW6sK.png)