Skip to content

0.9.1

Latest

Choose a tag to compare

@tiborschneider tiborschneider released this 18 May 05:17
· 6 commits to main since this release

What's Changed

  • Add iter_from function to enable paginated output.
  • Implement equality on views (eq_keys and eq_by)
  • Add Eq implementation for PrefixMap
  • Slightly reduce memory footprint (increment number of tiers in allocator from 6 to 7; [1, 2, 4, 8, 16, 24, 32])
  • Benchmark using mutations from RIPE RIS by @ties in #28
  • Add IPv6 test cases and data by @ties in #30

Bug Fixes

  • Drop values only when needed.
  • Fix memory corruption bug when calling remove_children in deep trees.
  • Fix overflow for obtaining sub-views of maximum prefix length views.
  • Fix mask computation on 32-bit targets.
  • Fix undefined behavior when drop panics in remove_children.

New Contributors

  • @ties made their first contribution in #28

Full Changelog: v0.9.0...v0.9.1