In PMDK 1.5 we added new APIs for bulk persistent memory modifications. In short, we did this to:
- give applications the ability to perform low-level performance optimizations
- clean up the naming scheme
In order to understand what exactly and why we did that, let’s review the old API. In PMDK …
Read More