Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bamler-lab/constriction
/ num_bits
Method
num_bits
src/stream/stack.rs:550–555 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
548
}
549
550
pub fn num_bits(&self) -> usize
551
where
552
Backend: BoundedReadWords<Word, Stack>,
553
{
554
Word::BITS * self.num_words()
555
}
556
557
pub fn num_valid_bits(&self) -> usize
558
where
Callers
3
test_old_module_example1
Function · 0.95
test_stack_gaussian
Function · 0.95
test_old_module_example1
Function · 0.95
Calls
1
num_words
Method · 0.45
Tested by
3
test_old_module_example1
Function · 0.76
test_stack_gaussian
Function · 0.76
test_old_module_example1
Function · 0.76