-
Notifications
You must be signed in to change notification settings - Fork 24
fix:fixed outdated prefetch #209
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Referring to the leveldb implementation in the tutorials\leveldb-bench
directory, the benchmark implementation of kyotocabinet using locks is completed(all implementations use locks).
Why is that patch of the atomics necessary, that sounds fishy. |
it was a patch that was responsible for a performance regression back then. I'm not sure it is still a working use case nowadays. |
I see. Yeah, that file has changed meanwhile |
@lrlrl why the moving of kyoto cabinet? Lots of downstream relies on kyoto cabinet being in |
@apaolillo Sorry to reply to your message now. Got it, I'll move kyotocabinet back under |
Signed-off-by: “lrlrl” <[email protected]>
Signed-off-by: Antonio Paolillo <[email protected]>
To run benchkit on macOS a mock function to return a constant boot string has to be implemented. Signed-off-by: Diogo Behrens <[email protected]>
Signed-off-by: Antonio Paolillo <[email protected]>
Signed-off-by: “lrlrl” <[email protected]>
Signed-off-by: “lrlrl” <[email protected]>
Signed-off-by: “lrlrl” <[email protected]>
Signed-off-by: “lrlrl” <[email protected]>
Signed-off-by: “lrlrl” <[email protected]>
I'm very sorry that the |
Sorry again for adding a lot of unnecessary commit records due to my mistake. You can turn off that PR if you want and I'll resubmit it again. |
The arm64.h implementation in the libvysnc project has been modified, and the prefetch patch in the
examples\tilt\locks
directory is outdated.