sile / patricia_tree

A memory-efficient patricia tree implementation written in Rust
MIT License
111 stars 17 forks source link

Make split trees have empty root nodes #23

Closed sile closed 1 year ago

sile commented 1 year ago

Follow-up of #22. Fix a similar iteration bug for split trees.