sarah-ek / faer-rs

Linear algebra foundation for the Rust programming language

Home Page:https://faer-rs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `rayon` dependency optional?

CGMossa opened this issue · comments

Is it possible to make rayon-dependency optional? If so, would you consider accepting a PR that does this?

is there a reason for this?

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.

fair enough. i'll make it optional (enabled by default) then

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.

merged in #73