/ptree

A radix tree library implementation for Go

Primary LanguageGoApache License 2.0Apache-2.0

ptree

Ptree is an in-memory immutable radix / patricia tree package for Golang.

Features

  • Immutable radix tree
  • Copy-on-write radix tree
  • Rich transaction support

Installation

go get github.com/surrealdb/ptree