Avatar for the t28hub user
t28hub
auto-palette
BlogDocsChangelog

Branches performance

Pull requests

refactor(neighbors): improve KD-tree implementation and API#228
last run
21 hours ago
refactor(neighbors): improve KD-tree implementation and API - Replace Box-based node storage with index-based flat array for better memory efficiency - Rename struct and field names for clarity (Node → KdNode, axis → split_axis, etc.) - Add comprehensive documentation with examples and performance notes - Update DBSCAN, FastDBSCAN, and K-means to use new KdTreeSearch API
4 days ago
5062eb7
refactor/kdtree-api-improvements
CodSpeed Performance Gauge
N/A
feat: enhance Theme scoring logic with 2D gaussian function#217
last run
2 months ago
feat: enhance Theme scoring logic with 2D gaussian function - Improved swatch selection accuracy by considering max chroma for each hue. - Adopted 2D Gaussian function for scoring to better match tones.
3 months ago
5abe415
feat/swatch-selection-improvement
CodSpeed Performance Gauge
N/A
perf: add #[inline(always)] to DistanceMetric::measure for performance improvement
3 months ago
bef5ffb
perf/inline-distance-measure
CodSpeed Performance Gauge
N/A
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.
3 months ago
cd976ac
perf/hashmap-to-fxhashmap
CodSpeed Performance Gauge
N/A
© 2025 CodSpeed Technology
Home Terms Privacy Docs