Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Reset
Method
Reset
bench/bulkencoder/encoder_test.go:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(enc *BulkEncoder) Reset() {
51
enc.fill, enc.off, enc.at = 0, 0, 0
52
}
53
54
type
ByteEncoder
struct
{
55
at uint64
Callers
6
BenchmarkBulk_byte
Function · 0.95
BenchmarkBulk_4xbyte
Function · 0.95
BenchmarkBulk_uint32
Function · 0.95
BenchmarkBulk_4xuint32
Function · 0.95
BenchmarkBulk_mix
Function · 0.95
run
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected