Skip to content

rfdavid/packed-memory-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packed Memory Array

A simple implementation of PMA in C++

mkdir build && cd build
cmake ..  # or cmake -DCMAKE_BUILD_TYPE=Debug ..
make
./build/bin/tests
./build/bin/pma_key_value

About

Simple PMA implementation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages