Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Releases: albin-johansson/abby

abby 0.2.0

16 Nov 20:35
c4a37ea
Compare
Choose a tag to compare

The library is now mainly an adaptation of the AABBCC library.

Changes

  • Added tree::clear
  • Added tree::height
  • Added tree::rebuild
  • Added tree::print
  • Change behaviour of tree::insert to take a lower and upper bound vector.
  • Remove tree::emplace
  • Rename: tree::query_collisions -> tree::query
  • Rename: tree::replace -> tree::update
  • Further minor tree member functions that were are result of porting the AABBCC version.

abby 0.1.0

07 Nov 14:46
c6c0983
Compare
Choose a tag to compare

The first version of the abby library.