Cargo Features
[dependencies]
ascent-byods-rels = { version = "0.7.0", default-features = false, features = ["compact", "par"] }
- default = par
-
The
par
feature is set by default wheneverascent-byods-rels
is added without
somewhere in the dependency tree.default-features = false - compact
- par default
-
Enables par of ascent, rayon of hashbrown ^0.14
Affects
ascent-byods-rels::ceqrel_ind
,union_find::IterAllParIterator
…