MCPcopy Create free account
hub / github.com/egonelbre/exp / BulkEncoder

Struct BulkEncoder

bench/bulkencoder/encoder_test.go:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type BulkEncoder struct {
17 fill uint64
18 off uint32
19
20 at uint64
21 data []uint64
22}
23
24func NewBulkEncoder(bytes int) *BulkEncoder {
25 return &BulkEncoder{data: make([]uint64, bytes/8)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected