package art

  1. Overview
  2. Docs
Adaptive Radix Tree

Install

dune-project
 Dependency

Authors

Maintainers

Sources

art-0.4.0.tbz
sha256=88462f64f362ae8513363c73477980c476337f636f2aa1318461a8617eda84d9
sha512=5ec966101928e890da6f86dccc3271b2002b63e4f9d3f9fa5a85494f3ae4e85312c9561a893cda55602373815ec36d476aabf740b6d59442456296095d50752b

doc/CHANGES.html

v0.4.0 2026-05-07 Paris (France)

  • Add Art.map (@dinosaure, #59)

v0.3.0 2026-01-11 Paris (France)

  • Add prefix_iter (@dinosaure, #47)
  • Fix our implementation from fuzzer's outputs (@dinosaure, #48)
  • Remove our rowex implementation (@dinosaure, #57) The project is now available here: https://github.com/robur-coop/bancos
  • Upgrade our benchmarks and remove the use of bechamel-notty (@dinosaure, #58)

v0.2.0 2022-07-20 Vierville sur mer (France)

  • Add is_empty function (@dinosaure, #28)
  • Add a monolith fuzzer (@dinosaure, #28)
  • Fix large prefix (larger than 10) (@dinosaure, #45)

v0.1.1 2021-04-17 Paris (France)

  • Remove the C implementation of ctz to be easily compatible with MirageOS (@dinosaure, #22)
  • Fix typo on the README.md (@kevinji, @dinosaure, #17)

v0.1.0 2021-01-22 Paris (France)

  • First release of art