HarperFast / HarperFast/rocksdb-js

Explore using atomics to reduce mutex locks

Open
#462 0 comments 1 reaction 1 assignee Claimed by @cb1kenobi View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.