ROADMAP v0.5.0 - Empty check for top-K processing
(&self)
| 179 | /// Check if heap is empty |
| 180 | #[allow(dead_code)] // ROADMAP v0.5.0 - Empty check for top-K processing |
| 181 | pub fn is_empty(&self) -> bool { |
| 182 | self.heap.is_empty() |
| 183 | } |
| 184 | |
| 185 | /// Get statistics about processing |
| 186 | #[allow(dead_code)] // ROADMAP v0.5.0 - Performance statistics for top-K optimization |
no outgoing calls
no test coverage detected