-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(embedded/store): lock-free WaitForTx and WaitForIndexingUpto implementation #1916
base: master
Are you sure you want to change the base?
Conversation
Hi @tomekkolo @SimoneLazzaris |
Looks good to me |
f87b238
to
cb1b4e4
Compare
Hi @SimoneLazzaris |
Hi guys,
|
@arturmelanchyk , please sign commits with GPG |
…plementation Signed-off-by: Artur Melanchyk <artur.melanchyk@gmail.com>
ce45695
to
4577a74
Compare
Ok, reabased onto latest master and signed commits with GPG. However, coveralls step still fails 🤔 |
Just a kind reminder @tomekkolo @SimoneLazzaris , branch has been rebased onto latest master and all commits signed with GPG |
looked once more, can you provide a benchmark showing the improvement and also using 64 bit is not needed here. |
Using atomic is lock-free and in this specific case roughly ~50% faster than using mutex