Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ popCount
Method
popCount
src/rnabloom/bloom/buffer/LargeBitBuffer.java:93–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
@Override
94
public
long popCount() {
95
return
backingByteBuffer.bitPopCount();
96
}
97
98
@Override
99
public
void
destroy() {
Callers
9
getFPR
Method · 0.45
getLeftFPR
Method · 0.45
getRightFPR
Method · 0.45
getPairFPR
Method · 0.45
getOptimalSize
Method · 0.45
getPopCount
Method · 0.45
getFPR
Method · 0.45
getFPR
Method · 0.45
getFPR
Method · 0.45
Calls
1
bitPopCount
Method · 0.45
Tested by
no test coverage detected