Skip to content

prototype of reading directories through an lmdb cache

Notifications You must be signed in to change notification settings

linuxbox2/file_index

Repository files navigation

/* build it */

mkdir build; cd build

cmake -DCMAKE_BUILD_TYPE=Release ..
make

or

cmake -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-O0 -g3 -gdwarf-4" -DCMAKE_C_FLAGS="-O0 -g3 -gdwarf-4" ..
make

run as build/file_index from parent

About

prototype of reading directories through an lmdb cache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published