skiplist

package
v0.0.0-...-e9c076f Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Uint32

func Uint32() uint32

Types

type SkipList

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

func NewSkipList

func NewSkipList() *SkipList

func (*SkipList) Get

func (skp *SkipList) Get(key []byte) ([]byte, bool)

func (*SkipList) GetSize

func (skp *SkipList) GetSize() uint64

func (*SkipList) NewIter

func (skp *SkipList) NewIter() common.InnerStorageIterator

func (*SkipList) Set

func (skp *SkipList) Set(key *iKey, value []byte) error

Jump to

Keyboard shortcuts

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