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).
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).