rust-osdev / spinning_top

A simple spinlock crate based on the abstractions provided by the `lock_api` crate.
Apache License 2.0
37 stars 4 forks source link

Exponential backoff #14

Closed mkroening closed 1 year ago

mkroening commented 1 year ago

Would you be interested in a PR adding an exponential-backoff feature as a performance enhancement when running with a larger number of processors?

phil-opp commented 1 year ago

Sure, that sounds useful!