hashicorp / go-immutable-radix

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

Adds a new API to commit without triggering a notify. #12

Closed slackpad closed 7 years ago

slackpad commented 7 years ago

This is to help implement - https://github.com/hashicorp/go-memdb/issues/24.

dadgar commented 7 years ago

LGTM