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
does bitvec have any benchmarks comaparing it to vec? Are they published anywhere?
I'm specifically curious if I could replace allocations of Vec<bool> with a bitvec. And I'm also curious if there is any performance penalty for using the bitvec.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
does
bitvechave any benchmarks comaparing it tovec? Are they published anywhere?I'm specifically curious if I could replace allocations of
Vec<bool>with abitvec. And I'm also curious if there is any performance penalty for using thebitvec.Beta Was this translation helpful? Give feedback.
All reactions