hashicorp / go-immutable-radix

An immutable radix tree implementation in Golang
Mozilla Public License 2.0
999 stars 77 forks source link

Add a DeletePrefix method to support efficient recursive deletes of l… #14

Closed preetapan closed 7 years ago

preetapan commented 7 years ago

…arge subtrees, and unit tests

preetapan commented 7 years ago

I've addressed all the comments. @slackpad please take another last look and then we can merge to master