Data structures from the book Purely Functional Data Structures, implemented in Julia.
See the documentation at tarakc02.github.io/PureFun.jl. There are some rudimentary benchmarks available at benchmark/README.md.
make deps
: installs all dependencies for the packagemake test
: runs package testsmake docs
: builds html documentationmake showdocs
: starts a local http server to browse the html docsmake benchmarks
: runs all package benchmarks and prints the results