ScalingWeb's Embedded File System in C++
Description
Embedded File System (EFS) is a library that allows you to create virtual file system in a single file. It can be useful when you need to create really big number of small files. It will still be blazing fast even when you have millions of files. Encryption layer could be easily added if you want security.
Notes on implementation
Embedded File System uses B+ Tree
Several examples of using Embedded File System are provided with source distribution.
Download
Dependencies
EFS depends on Trolltech's Qt4 cross-platform toolkit.
License
This program is licensed under permissive BSD license which allows commercial use.
Feedback
Please send you feedback or comments to opensource@scalingweb.com
© 2007 ScalingWeb.com