Skip to content

Implement FPtree (fingerprint tree) on PM

Notifications You must be signed in to change notification settings

luchao2424631502/FPtree-PM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPtree

介绍

原始论文:FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory
基于 https://github.com/liumx10/ICPP-RNTree 复现
使用PMDK的libvmem管理PM空间
使用jemalloc作为内存分配器

使用

mkdir build
cd build
cmake ..
make
./benchmark

About

Implement FPtree (fingerprint tree) on PM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.4%
  • C 1.5%
  • Other 0.1%