Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kdtree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cython-plus
kdtree
Commits
bccfff3d
Commit
bccfff3d
authored
Nov 02, 2021
by
Julien Jerphanion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a minimal README
parent
c11a22f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
README.md
README.md
+29
-0
No files found.
README.md
0 → 100644
View file @
bccfff3d
# KDTree implementations comparison
This compares several implementations of
`KDTree`
against one made using Cython+.
## Reproducing benchmarks on GNU/Linux
> ⚠ Currently this project `make` targets have been written for GNU/Linux as it makes
> uses of `taskset(1)` to set CPU affinity. You define CPU affinity under others OS
> easily using the `OMP_NUM_THREADS` environment variable.
You need to have
[
`conda`
](
https://docs.conda.io/en/latest/
)
installed on your system.
Then simply clone the repository and
`make`
:
```
bash
git clone https://lab.nexedi.com/jjerphan/kdtree.git
cd
kdtree
make
```
PDF reports will be written in a subfolder in
`results`
whose names match:
`<commit-hash>_analysis`
## Running tests
```
python
conda
activate
kdtree
pip
install
pytest
pytest
tests
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment