pmem / pmemkv

Key/Value Datastore for Persistent Memory
https://pmem.io
Other
398 stars 119 forks source link

Add pmemkv_put_emplace function #519

Open igchor opened 4 years ago

igchor commented 4 years ago

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.

JerryYangSH commented 4 years ago

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://JerryYangSH@github.com': 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