PureFun.jl

Data structures from the book *Purely Functional Data Structures*, implemented in the Julia language.
Author tarakc02
Popularity
14 Stars
Updated Last
1 Year Ago
Started In
March 2022

PureFun.jl

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.

How-to

  • make deps: installs all dependencies for the package
  • make test: runs package tests
  • make docs: builds html documentation
  • make showdocs: starts a local http server to browse the html docs
  • make benchmarks: runs all package benchmarks and prints the results