t28hub
auto-palette
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
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
refactor/kdtree-api-improvements
1 day 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
refactor/kdtree-api-improvements
1 day 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
refactor/kdtree-api-improvements
2 days ago
refactor(sampling): improve API clarity, error handling, and test coverage (#227) - Add select_initial_index method to SamplingAlgorithm trait with default implementation - Rename error variants and struct fields for better clarity - Enhance documentation with detailed explanations and examples
main
4 days ago
chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#226)
main
7 days ago
refactor: enhance math module with improved documentation, safety, and test coverage (#225)
main
11 days ago
refactor: improve MatrixView API clarity and documentation (#224) - Rename MatrixError::InvalidPoints to DimensionMismatch with structured fields for better error context - Rename index() to flatten_index() to clarify its purpose of converting 2D to 1D - Rename neighbors_with_size() to neighbors_within() for more intuitive naming - Add comprehensive documentation to NeighborIterator
main
11 days ago
chore: migrate development environment from Junie to Claude Code (#223)
main
16 days ago
Active Branches
refactor(neighbors): improve KD-tree implementation and API
last run
1 day ago
#228
CodSpeed Performance Gauge
N/A
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs