Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 361 Bytes

TODO.md

File metadata and controls

22 lines (16 loc) · 361 Bytes

Todo list

RadixMap

  • Entry API
  • iter_mut()

RadixSet

  • intersection()
  • union()
  • difference()
  • symmetric_difference()
  • is_disjoint()
  • is_subset()
  • is_superset()

Nice to have

  • complete benchmarks against HashMap & BTreeMap in varying use-cases
  • lower-level iteration API allowing re-use of the Vec for each item