- 16 Jul, 2021 5 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 15 Jul, 2021 1 commit
-
-
Julien Jerphanion authored
-
- 28 Jun, 2021 3 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
- 22 Jun, 2021 2 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
Add querying for KNN See merge request jjerphan/cython_plus_experiments!1
-
- 21 Jun, 2021 2 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
This now uses this fork: https://gitlab.inria.fr/jjerphan/cython
-
- 18 Jun, 2021 4 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
This reverts commit 27426854. Reverting to experiment with the original runtime again, to see if removing the logging helps.
-
Julien Jerphanion authored
This reverts commit 39363f1c. Reverting to experiment with the original runtime again, to see if removing the logging helps.
-
Julien Jerphanion authored
The target commit removes the logging on contention which slows the execution of the code.
-
- 16 Jun, 2021 2 commits
-
-
Julien Jerphanion authored
Round robin is not thread safe. It would require putting an atomic on ``next_worker`` which would probably slow dispatching queues. Hence prefering random dispath.
-
Julien Jerphanion authored
-
- 15 Jun, 2021 1 commit
-
-
Julien Jerphanion authored
-
- 14 Jun, 2021 3 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Julien Jerphanion authored
One can now use `taskset(1)` and limit the number of workers accordingly.
-
- 11 Jun, 2021 5 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
With some uggly duplication because we just want a quick test.
-
Julien Jerphanion authored
Simplify logic. Add comments to explain motives.
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
- 08 Jun, 2021 6 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Julien Jerphanion authored
Adapt Makefile for python3.9 Update dependencies
-
Julien Jerphanion authored
-
Julien Jerphanion authored
This makes use of a class of actors wrapping a numpy array of the nearest neighbors indices. Also: - Replace depth for leaf_size - Make the counter an argument - Correctly manage the scheduler lifecycle
- 07 Jun, 2021 3 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
- 25 May, 2021 3 commits
-
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-
Julien Jerphanion authored
-