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

Function CodeCopyBit

permutation/code.go:72–74  ·  view source on GitHub ↗
(perm [base]byte)

Source from the content-addressed store, hash-verified

70}
71
72func CodeCopyBit(perm [base]byte) int {
73 return codebit(uint64(PackNybbleUnroll(perm)))
74}
75
76func CodeCopyBitNonstandard(perm [base]byte) int {
77 return codebit(PackNybbleUnroll3(perm))

Callers 2

checkFunction · 0.85
BenchmarkCopyBitFunction · 0.85

Calls 2

codebitFunction · 0.85
PackNybbleUnrollFunction · 0.85

Tested by 2

checkFunction · 0.68
BenchmarkCopyBitFunction · 0.68