This repository was archived by the owner on Mar 22, 2023. It is now read-only.

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