Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Enable parking_lot usage of tokio and once_cell as we already pull it in via scraper.

Adam Reichold requested to merge parking-lot into main

Created by: adamreichold

This usually improves performance due to avoiding the fairness guarantees provided by the standard library's synchronization primitives and while it may not be worth it if it would pull in a new dependency, scraper has already made that choice for us.

Merge request reports