Avatar for the t28hub user
t28hub
auto-palette
BlogDocsChangelog

Branches performance

Pull requests

perf: add `#[inline(always)]` to `DistanceMetric::measure` for performance improvement#216
last run
6 days ago
perf: add #[inline(always)] to DistanceMetric::measure for performance improvement
6 days ago
bef5ffb
perf/inline-distance-measure
CodSpeed Performance Gauge
+3%
perf: replace HashMap and HashSet with FxHashMap and FxHashSet - Improved performance by using rustc-hash's FxHashMap and FxHashSet. - Limited usage to internal library components since the algorithm is non-cryptographic.
7 days ago
cd976ac
perf/hashmap-to-fxhashmap
CodSpeed Performance Gauge
+8%
refactor: update ClusteringAlgorithm interface and refactor DBSCAN implementation
15 days ago
e457c58
refactor/clustering-algorithm-trait
CodSpeed Performance Gauge
0%
refactor: unify image segmentation logic using LabelImage, SegmentMetadata, and Builder structs Extracted common logic for superpixel-based image segmentation into shared structures (`LabelImage`, `SegmentMetadata`, `Builder`). Improved code maintainability, and reduced duplication across SLIC, SNIC, Kmeans, DBSCAN, and FastDBSCAN algorithms.
23 days ago
ae873ee
refactor/label-image-segmentation
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs