bustub icon indicating copy to clipboard operation
bustub copied to clipboard

Switch mutex implementation

Open skyzh opened this issue 1 year ago • 3 comments

pthread lock behaviors are really strange on macOS. Probably we will need something better in BusTub. In Rust we have https://docs.rs/parking_lot/latest/parking_lot/index.html. Thinking of what could be possible for cpp.

skyzh avatar Oct 26 '22 21:10 skyzh