Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ partial_cmp
Method
partial_cmp
nodedb-vector/src/matryoshka.rs:102–104 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
100
101
impl PartialOrd for HeapEntry {
102
fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {
103
Some(self.cmp(other))
104
}
105
}
106
107
impl Ord for HeapEntry {
Callers
9
adaptive_search
Function · 0.45
search_with_metric
Method · 0.45
search
Method · 0.45
search_filtered_offset_with_metric
Method · 0.45
search_filtered_offset
Method · 0.45
cmp
Method · 0.45
matryoshka_search
Function · 0.45
coarse_equal_to_full_matches_direct_search
Function · 0.45
search
Method · 0.45
Calls
1
cmp
Method · 0.45
Tested by
1
coarse_equal_to_full_matches_direct_search
Function · 0.36