pmem / pmemkv-python

Python bindings for pmemkv
https://pmem.io
BSD 3-Clause "New" or "Revised" License
13 stars 20 forks source link

Numpy example #19

Open igchor opened 4 years ago

igchor commented 4 years ago

Numpy would be a good example for pmemkv where we can do some operations on huge values stored in persistent memory. Numpy evaluates (loads) data lazily which means that it would greatly benefit from direct access to pmem.

This example could also be used to verify whether we really allow for direct from python (check whether there are no copies made).