Open ggutoski opened 3 months ago
Well, this seems annoying.
I'm unable to build jellyfish benches with
--no-default-features
. The featureparallel
is on by default so I cannot run benches withoutparallel
feature. Much confusion. Why isparallelizable_slice_iter
returning arayon::slice::Iter
whenparallel
feature is disabled?? I expectrayon
to be completely absent withoutparallel
.
fwiw, there exists rayon-cond
here but not sure it is super helpful.
i'd suggest we use plonky2's maybe_rayon
, could closes #111 as a plus.
i'd suggest we use plonky2's
maybe_rayon
, could closes #111 as a plus.
omg yes! I'm not a huge fan of parallelizable_slice_iter
tbh.
I'm unable to build jellyfish benches with
--no-default-features
. The featureparallel
is on by default so I cannot run benches withoutparallel
feature. Much confusion. Why isparallelizable_slice_iter
returning arayon::slice::Iter
whenparallel
feature is disabled?? I expectrayon
to be completely absent withoutparallel
....and many more similar build errors.