Skip to content

Sample userspace filesystem in memory which utilizes BTree(or something like BTree:)) and custom memory allocator

Notifications You must be signed in to change notification settings

StanFox1984/BTreeMemFilesystem

Repository files navigation

Build with: g++  filesystem.cpp -I../include -I/usr/local/include/fuse3  -pthread -L/usr/local/lib -lfuse3 -o filesystem -fpermissive -g
in libfuse example dir.
Mount: ./filesystem /mount_path

Also it is possible to use with regular binary tree(tree_ex.h) and compare perfomance.

About

Sample userspace filesystem in memory which utilizes BTree(or something like BTree:)) and custom memory allocator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published