ziplist

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: MIT, Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ZIP_LIST_END = 255

	ZIP_INT_16B = 0xc1
	ZIP_INT_32B = 0xc2
	ZIP_INT_64B = 0xc3

	ZIP_STR_06B = 0x00
	ZIP_STR_14B = 0x40
	ZIP_STR_32B = 0x80
)
View Source
const (
	ZIPLIST_ENCODING_RAW = 0x00
	ZIPLIST_ENCODING_INT = 0x01
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Ziplist added in v0.2.0

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

底层是一个环形数组,

func New added in v0.2.0

func New() *Ziplist

新建一个ziplist

Jump to

Keyboard shortcuts

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