Extract prototype from experimentations
This has been extracted from: https://lab.nexedi.com/jjerphan/cython_plus_experiments/tree/queue-dispatch/kdtree The runtime was written by Xavier T. and adapted by Julien J. The experimentation KDTree was written by Julien J. Co-authored-by: Xavier Thompson <xavier.thompson@nexedi.com>
parents
Showing
.gitignore
0 → 100644
Makefile
0 → 100644
__main__.py
0 → 100644
benchmarks/analysis.ipynb
0 → 100644
This diff is collapsed.
benchmarks/benchmark.py
0 → 100644
benchmarks/config.yml
0 → 100644
benchmarks/report.py
0 → 100644
environment.yml
0 → 100644
kdtree.pyx
0 → 100644
This diff is collapsed.
runtime/pthreads.pxd
0 → 100644
runtime/runtime.pxd
0 → 100644
runtime/semaphore.pxd
0 → 100644
setup.py
0 → 100644
stdlib/digest.pxd
0 → 100644
stdlib/dirent.pxd
0 → 100644
stdlib/fmt.pxd
0 → 100644
stdlib/stat.pxd
0 → 100644
stdlib/string.pxd
0 → 100644
tests/test_conf.py
0 → 100644
Please register or sign in to comment