You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using alloy-primitives::map::HashMap (eg. std not enabled), the rayon::IntoParallelIterator is not enabled for alloy-primitives::map::HashMap by default, also alloy-primitives did not re-export the hashbrown/rayon feature, user have to enable it via hashbrown crate.
for zk related usage, parallel is usually not a thing, rayon introduce extra cost here.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
There's serval reasons to do this:
alloy-primitives::map::HashMap
(eg. std not enabled), therayon::IntoParallelIterator
is not enabled foralloy-primitives::map::HashMap
by default, alsoalloy-primitives
did not re-export thehashbrown/rayon
feature, user have to enable it viahashbrown
crate.Additional context
No response
The text was updated successfully, but these errors were encountered: