simdstring

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2025 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Have128bit = false
View Source
var Have256bit = false
View Source
var IndexByte func(data []byte, b byte) int = index_byte_scalar

Return the index at which b first occurs in data. If not found -1 is returned.

View Source
var IndexByte2 func(data []byte, a, b byte) int = index_byte2_scalar

Return the index at which either a or b first occurs in data. If neither is found -1 is returned.

View Source
var IndexByte2String func(text string, a, b byte) int = index_byte2_string_scalar

Return the index at which either a or b first occurs in text. If neither is found -1 is returned.

View Source
var IndexByteString func(text string, b byte) int = index_byte_string_scalar

Return the index at which either a or b first occurs in text. If neither is found -1 is returned.

View Source
var IndexC0 func(data []byte) int = index_c0_scalar

Return the index at which the first C0 byte is found or -1 when no such bytes are present.

View Source
var IndexC0String func(data string) int = index_c0_string_scalar

Return the index at which the first C0 byte is found or -1 when no such bytes are present.

View Source
var VectorSize = 1

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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