Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ packed_bits_of
Function
packed_bits_of
nodedb-vector/src/quantize/sq8_codec.rs:32–34 ·
view source on GitHub ↗
(q: &Sq8Quantized)
Source
from the content-addressed store, hash-verified
30
31
#[inline]
32
fn packed_bits_of(q: &Sq8Quantized) -> &[u8] {
33
q.0.packed_bits()
34
}
35
36
// ── VectorCodec impl ─────────────────────────────────────────────────────────
37
Callers
2
fast_symmetric_distance
Method · 0.70
exact_asymmetric_distance
Method · 0.70
Calls
1
packed_bits
Method · 0.80
Tested by
no test coverage detected