zeromq / zmq.rs

A native implementation of ØMQ in Rust
https://crates.io/crates/zeromq
MIT License
1.16k stars 100 forks source link

Only use required features of regex crate #178

Closed davidlattimore closed 1 year ago

davidlattimore commented 1 year ago

This almost halves the time required to compile regex.

davidlattimore commented 1 year ago

On my laptop, regex with default features takes 8.2 seconds to compile. With only "std" and "unicode-perl" this drops to 4.6 seconds.