-
Notifications
You must be signed in to change notification settings - Fork 0
StanFox1984/BTreeMemFilesystem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published