Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 593 Bytes

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