mvniekerk / tokio-cron-scheduler

Schedule tasks on Tokio using cron-like annotation
Apache License 2.0
473 stars 58 forks source link

Remove unused Tokio feature flags #5

Closed mucinoab closed 2 years ago

mucinoab commented 2 years ago

This improves compile times.

A quick benchmark with $ cargo clean && cargo +nightly build -Z timings --release

Before: Screenshot 2021-09-09 at 16-44-51 Cargo Build Timings — tokio-cron-scheduler 0 2 1

After: Screenshot 2021-09-09 at 16-45-28 Cargo Build Timings — tokio-cron-scheduler 0 2 1

mvniekerk commented 2 years ago

Thank you for the pull request.