nvzqz / byte-set-rs

Efficient sets of bytes for Rust
https://docs.rs/byte_set
Apache License 2.0
19 stars 1 forks source link

Comparison Benchmarks #1

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

There are comparison benchmarks between ByteSet and the following types:

What other types should be compared against?

longbinlai commented 3 years ago

What about BitSet https://docs.rs/bit-set/0.5.2/bit_set/struct.BitSet.html