Skip to content

vorce/dasie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d95b92 · Oct 3, 2023

History

50 Commits
Mar 18, 2022
Mar 17, 2022
Aug 19, 2022
Jul 1, 2019
Aug 19, 2022
Oct 29, 2018
Jul 1, 2019
Oct 3, 2023
Mar 4, 2018
Mar 18, 2022
Oct 3, 2023

Repository files navigation

Build status Coverage Status Casual Maintenance Intended

Dasie

DAta Structures In Elixir.

Implementations of some (persistent) data structures for fun and learning. I don't recommend using these for anything important.

Available data structures

Example usage

I plan on writing up some small examples, but in the mean time it's best to look at the tests. Testing has been a focus since the start of this project. There should be plenty of example based tests, and some property based ones for each implementation. The module docs are not terrible either.

* = Unfinished/WIP