You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be a good idea to replace our fork with the upstream, because it has less change compared to the upstream, and our codes are less maintained.
I have tested PEBR with the upstream dependency, by running smr-benchmark. As it showed almost the same throughput, I think we can replace it with no worries.
Tested with NMTree, 64 threads and write-intensive workload:
Before: ops/s: 39431677, peak mem: 20452440
After: ops/s: 38930176, peak mem: 21030152
The throughput with the forked one(Before) is slightly better, as our fork has micro-optimization such as using a plain usize other than a Readable bytes buffer.
How about upstreaming this repository to https://github.com/stusmall/murmur3 and removing it?
The text was updated successfully, but these errors were encountered: