#rwlock #mutex #thread

hybrid-lock

A hybrid lock with optimistic locking

1 unstable release

0.1.0 Jun 17, 2022

#1092 in Concurrency

MIT/Apache

8KB
106 lines

hybrid-lock

Hybrid locking, or parking_lot::RwLock with support for optimistic locking.

See the paper for details.


lib.rs:

Hybrid locking, or parking_lot::RwLock with support for optimistic locking.

See the paper for details.

Dependencies

~0.4–5.5MB
~11K SLoC