radixtree

package module
v0.0.0-...-fe2b014 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2021 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	// contains filtered or unexported fields
}

func (*Node) BinarySearch

func (node *Node) BinarySearch(unique uint64) int

func (*Node) Insert

func (node *Node) Insert(unique uint64) *Node

func (*Node) Sort

func (node *Node) Sort()

type Tree

type Tree struct {
	// contains filtered or unexported fields
}

func NewRadixTree

func NewRadixTree() *Tree

func (*Tree) Insert

func (tree *Tree) Insert(uri []uint64, data interface{})

func (*Tree) Match

func (tree *Tree) Match(uri []uint64) (data interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL