mirror of
https://gitee.com/openharmony/third_party_rust_aho-corasick
synced 2024-11-23 07:20:26 +00:00
04e8c74175
These options aren't really carrying their weight. In a future release, aho-corasick will make both options enabled by default all the time with the impossibility of disabling them. The main reason for this is that these options require a quadrupling in the amount of code in this crate. While it's possible to see a performance hit when using byte classes, it should generally be very small. The improvement, if one exists, just doesn't see worth it. Please see https://github.com/BurntSushi/aho-corasick/issues/57 for more discussion. This is meant to mirror a similar decision occurring in regex-automata: https://github.com/BurntSushi/regex-automata/issues/7. |
||
---|---|---|
.. | ||
Cargo.toml | ||
main.rs |