programming-persistent-memory
Source Code for 'Programming Persistent Memory: A Comprehensive Guide for Developers' by Steve Scargall
File Explorer
Download Latest Version (.zip)- .gitignore
- Makefile
- pmemkv.cpp
- README.md
- README.txt
- .gitignore
- df-h.out
- ipmctl_show_-dimm.out
- ipmctl_show_-region.out
- Makefile
- map_file_windows_example.c
- mmap_example.c
- ndctl_list_-DRN.out
- pmem_map_file.c
- README.md
- Windows_Get-PmemDisk.out
- README.md
- README.md
- .gitignore
- full_copy.c
- Makefile
- manpage.c
- README.md
- simple_copy.c
- Makefile
- pmemobj_alloc.c
- preader.c
- pwriter.c
- README.md
- reserve_publish.c
- tx.c
- .gitignore
- allocation.cpp
- containers.cpp
- Makefile
- non_trivial_copy.cpp
- p.cpp
- persistent_queue.hpp
- queue.cpp
- README.md
- transaction.cpp
- volatile_pointers.cpp
- volatile_queue.hpp
- config_structure.c
- js-phonebook.js
- Makefile
- phonebook.cpp
- pmemkv_config.h
- README.md
- .gitignore
- Makefile
- pmem_allocator.cpp
- pmem_config.c
- pmem_detect_kind.c
- README.md
- vector_of_strings.cpp
- vmemcache.c
- data_oriented_design.cpp
- Makefile
- README.md
- simplekv.cpp
- simplekv.hpp
- simplekv_rebuild.cpp
- simplekv_rebuild.hpp
- versioning_insert.cpp
- leak.c
- listing_12-11.c
- listing_12-13.c
- listing_12-16.c
- listing_12-17.c
- listing_12-23.c
- listing_12-25.c
- listing_12-28.c
- listing_12-33.c
- listing_12-36.c
- listing_12-38.c
- listing_12-40.c
- listing_12-44.cpp
- listing_12-45.cpp
- listing_12-48.cpp
- listing_12-51.cpp
- listing_12-9.c
- Makefile
- README.md
- stackoverflow.c
- README.md
- listing_14-1.cpp
- listing_14-2.cpp
- listing_14-3.cpp
- listing_14-4.cpp
- Makefile
- README.md
- README.md
- README.md
- README.md
- hello.c
- Makefile
- pool.set
- README.md
- README.md
- .gitignore
- contributing.md
- FrontCover.png
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Apress/programming-persistent-memory
Downloads the entire project code from GitHub to your computer.
cd programming-persistent-memory
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd chapter01
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
