pmemkv icon indicating copy to clipboard operation
pmemkv copied to clipboard

Add pmemkv_put_emplace function

Open igchor opened this issue 5 years ago • 1 comments

We should add pmemkv_put_emplace(pmemkv_db *db, callback, size) function which would allow to insert data without any copy. Morever, user would not have to prepare any buffer, he can just put data straight to the pmem.

igchor avatar Oct 30 '19 11:10 igchor

It looks I have no permission to access the repo. Could you grant me?

jerry@u19:~/opensources/pmemkv$ git push --set-upstream origin pmemkv-stree-get-above Username for 'https://github.com': JerryYangSH Password for 'https://[email protected]': remote: Permission to pmem/pmemkv.git denied to JerryYangSH. fatal: unable to access 'https://github.com/pmem/pmemkv.git/': The requested URL returned error: 403

JerryYangSH avatar Nov 01 '19 07:11 JerryYangSH