Skip to content

Commit

Permalink
Nearest algorithm (#18)
Browse files Browse the repository at this point in the history
* Adding rust pre-commit

* Documentation

* Refactoring range operations

* Nearest and code refactor

* Nearest refactor

* More nearest tests

* Row count fixes

* Perf results for nearest operation
  • Loading branch information
mwiewior authored Dec 16, 2024
1 parent 5350118 commit 4017134
Show file tree
Hide file tree
Showing 33 changed files with 1,818 additions and 1,041 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ repos:
rev: v5.0.0
hooks:
- id: check-ast
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-case-conflict
Expand All @@ -24,3 +23,8 @@ repos:
hooks:
- id: black
language_version: python3.12
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
Loading

0 comments on commit 4017134

Please sign in to comment.