HarperFast / HarperFast/rocksdb-js
Explore using atomics to reduce mutex locks
Open
- Dominant language
- C++
- Stars
- 21
- Forks
- 2
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
Mutexes are expensive and where we are using them to synchronize access to a variable, we should see if that variable can be an atomic eliminating the need for the mutex. First place to investigate would be the `TransactionLogStore`.
Contributor guide
Assessment
This issue has not been assessed yet.