You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: