ROADMAP v0.5.0 - Current top-K result count
(&self)
| 173 | /// Get current heap size |
| 174 | #[allow(dead_code)] // ROADMAP v0.5.0 - Current top-K result count |
| 175 | pub fn len(&self) -> usize { |
| 176 | self.heap.len() |
| 177 | } |
| 178 | |
| 179 | /// Check if heap is empty |
| 180 | #[allow(dead_code)] // ROADMAP v0.5.0 - Empty check for top-K processing |
no outgoing calls