nlprule icon indicating copy to clipboard operation
nlprule copied to clipboard

Make rayon optional

Open bminixhofer opened this issue 3 years ago • 0 comments

rayon is not necessary and should be behind a feature flag (like in e.g. ndarray). Resolving this issue in rayon-cond would make it trivial: https://github.com/cuviper/rayon-cond/issues/3

If this change does not get accepted in rayon-cond I believe the best solution is forking it, adding a rayon feature flag and also moving the abstraction currently in src/utils/parallelism.rs to the fork.

bminixhofer avatar Mar 05 '21 11:03 bminixhofer