hashicorp / go-immutable-radix

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

Adds mutation tracking support. #9

Closed slackpad closed 7 years ago

slackpad commented 7 years ago

This completes the work started by @armon under https://github.com/hashicorp/go-immutable-radix/tree/f-watch and adds a fallback algorithm that doesn't require full mutation tracking for huge transactions.