Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ CodeCopyBitNonstandard
Function
CodeCopyBitNonstandard
permutation/code.go:76–78 ·
view source on GitHub ↗
(perm [base]byte)
Source
from the content-addressed store, hash-verified
74
}
75
76
func
CodeCopyBitNonstandard(perm [base]byte) int {
77
return
codebit(PackNybbleUnroll3(perm))
78
}
79
80
func
codebit(perm uint64) int {
81
r := 0
Callers
1
BenchmarkCopyBitNonstandard
Function · 0.85
Calls
2
codebit
Function · 0.85
PackNybbleUnroll3
Function · 0.85
Tested by
1
BenchmarkCopyBitNonstandard
Function · 0.68