bytesutil

package
v1.2.3-0...-3d68b7a Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clone

func Clone(b []byte) []byte

Clone returns a copy of b.

func CloneSlice

func CloneSlice(a [][]byte) [][]byte

CloneSlice returns a copy of a slice of byte slices.

func Intersect

func Intersect(a, b [][]byte) [][]byte

Intersect returns the intersection of a & b in sorted order.

func IsSorted

func IsSorted(a [][]byte) bool

func Pack

func Pack(a []byte, width int, val byte) []byte

Pack converts a sparse array to a dense one. It removes sections of a containing runs of val of length width. The returned value is a subslice of a.

func SearchBytes

func SearchBytes(a [][]byte, x []byte) int

func SearchBytesFixed

func SearchBytesFixed(a []byte, sz int, fn func(x []byte) bool) int

SearchBytesFixed searches a for x using a binary search. The size of a must be a multiple of of x or else the function panics. There returned value is the index within a where x should exist. The caller should ensure that x does exist at this index.

func Sort

func Sort(a [][]byte)

Sort sorts a slice of byte slices.

func Union

func Union(a, b [][]byte) [][]byte

Union returns the union of a & b in sorted order.

Types

This section is empty.

Jump to

Keyboard shortcuts

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