Make `rayon` dependency optional?
CGMossa opened this issue · 5 comments
CGMossa commented
Is it possible to make rayon
-dependency optional? If so, would you consider accepting a PR that does this?
sarah-quinones commented
is there a reason for this?
CGMossa commented
None in particular, just
- Fewer dependencies initially when working with
faer
, - Perhaps an expectation since everyone does it?
- For small enough matrices, I'm not sure
rayon
is even important anyways, even
though this is supposed to be used with big-stuff.
sarah-quinones commented
fair enough. i'll make it optional (enabled by default) then
CGMossa commented
Thanks! Note, you don't have to do everything. I thought I'd ask first. Then maybe attempt to do it. But of course it would be "easiest" if you did it.
sarah-quinones commented
merged in #73