-
Notifications
You must be signed in to change notification settings - Fork 119
Contribute a new experimental storage engine PSKIPLIST #983
base: master
Are you sure you want to change the base?
Conversation
Conflicts: CMakeLists.txt
Conflicts: src/pmemobj_engine.h
Conflicts: src/engine.cc
Hi, thanks for your contribution! Best regards, |
Codecov Report
@@ Coverage Diff @@
## master #983 +/- ##
==========================================
+ Coverage 92.87% 93.10% +0.23%
==========================================
Files 37 37
Lines 3368 3367 -1
==========================================
+ Hits 3128 3135 +7
+ Misses 240 232 -8
|
Hi Krzysztof, Thanks for the tips. I've fixed the style issues. Best rgds, |
Hi @yjrobin, any update on this. Are you still interested in upstreaming your code? |
Yes. I’m currently working on adding the single-writer-multiple-reader skiplist to the libpmemobj-cpp. Got other prioritized work to do in the past few months.
Best rgds,
Yang Jun
…________________________________
From: Igor Chorążewicz ***@***.***>
Sent: Tuesday, June 22, 2021 6:37:10 PM
To: pmem/pmemkv ***@***.***>
Cc: yjrobin ***@***.***>; Mention ***@***.***>
Subject: Re: [pmem/pmemkv] Contribute a new experimental storage engine PSKIPLIST (#983)
Hi @yjrobin<https://github.com/yjrobin>,
any update on this. Are you still interested in upstreaming your code?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#983 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANKGNO57M3DFEWOMC6XRCPLTUBRVNANCNFSM42OEH3NQ>.
|
Great! No rush, I just wanted to know if you're still interested. If you have any questions/problems regarding libpmemobj-cpp feel free to reach out. |
Add a new experimental storage engine PSKIPLIST, contributed by 4Paradigm.
This change is