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

Optimized lexicographical order #9

Open nvzqz opened 4 years ago

nvzqz commented 4 years ago

The PartialOrd and Ord implementations should take advantage of the internal representation to improve performance.