bytes

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

$ go test -bench='^\QBenchmarkToString\E$' -benchtime=5s  -count=3
goos: darwin
goarch: amd64
pkg: pkg/x/bytes
cpu: Intel(R) Core(TM) i3-8100B CPU @ 3.60GHz
BenchmarkToString-4     1000000000               0.2790 ns/op
BenchmarkToString-4     1000000000               0.2790 ns/op
BenchmarkToString-4     1000000000               0.2793 ns/op
PASS
ok      pkg/x/bytes     1.427s
$ go test -bench='^\QBenchmarkString\E$' -benchtime=5s  -count=3 
goos: darwin
goarch: amd64
pkg: pkg/x/bytes
cpu: Intel(R) Core(TM) i3-8100B CPU @ 3.60GHz
BenchmarkString-4       1000000000               3.923 ns/op
BenchmarkString-4       1000000000               3.918 ns/op
BenchmarkString-4       1000000000               3.915 ns/op
PASS
ok      pkg/x/bytes     13.063s

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToString

func ToString(buf []byte) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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