Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.11 KB

File metadata and controls

30 lines (22 loc) · 1.11 KB
title Create a Persistent Memory Aware Queue Using the Persistent Memory Development Kit
date 2018-12-30 23:06:17 UTC
draft false
description This article shows how to implement a persistent memory (PMEM)-aware queue using a linked list and the C++ bindings of the Persistent Memory Development Kit (PMDK) library libpmemobj.
image https://www.intel.com/content/dam/develop/external/us/en/images/persistent-memory-queue-fig1-data-structure-759256.png
tutorial_url https://www.intel.com/content/www/us/en/developer/articles/code-sample/create-a-persistent-memory-aware-queue-using-the-persistent-memory-development-kit-pmdk.html
tutorials
PMDK
type tutorial