petgraph / fixedbitset

A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
124 stars 47 forks source link

Add `is_subset` and `is_superset` #22

Closed HMPerson1 closed 5 years ago

HMPerson1 commented 6 years ago

Behavior should be identical to std::collections::HashSet::is_subset/is_superset

bluss commented 6 years ago

Hi, it's a nice thought but we need a more efficient implementation, for example running the algorithm block wise.