Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
CodeCopyBit(perm [base]byte) int {
73
return
codebit(uint64(PackNybbleUnroll(perm)))
74
}
75
76
func
CodeCopyBitNonstandard(perm [base]byte) int {
77
return
codebit(PackNybbleUnroll3(perm))
Callers
2
check
Function · 0.85
BenchmarkCopyBit
Function · 0.85
Calls
2
codebit
Function · 0.85
PackNybbleUnroll
Function · 0.85
Tested by
2
check
Function · 0.68
BenchmarkCopyBit
Function · 0.68