$arr_19 ), array( 3, false, $arr_20, $arr_24 ), array( 2, false, "\" />", $arr_25 ) ) ); ?> $arr_27 ), array( 3, false, $arr_28, $arr_30 ), array( 2, false, "\" />\n\n", $arr_31 ) ) ); ?> array( 2, false, false, $arr_9 ), array( 4, $arr_10, "if", $arr_245, $arr_248 ), array( 2, false, "\n", $arr_249 ) ) ); ?> rr_466 ), array( 4, $arr_467, "if", $arr_482, $arr_484 ), array( 2, false, "\n", $arr_485 ) ) ); ?> Embedded File System 1.0 – Filesystem in a File » Linux Magazine
 

Embedded File System 1.0 – Filesystem in a File

Oct 19, 2007

The Embedded File System (EFS) library, of which the first stable version, 1.0, has just been released, is a C++ library that creates a virtual filesystem in a file.

EFS 1.0 uses the B-Tree "B+" variant as the filesystem tree. The library relies on the Qt4 library and is BSD licensed.

EFS is useful for application developers who need to handle large numbers of small files. Instead of overloading the operating system with innumerable requests, developers can use a single file, and let EFS handle the load. "It will still be blazing fast even when you have millions of files." the developers promise. And it supports encryption. EFS 1.0 is available as a zip file from the authors’ website. The download includes various sample applications.

comments powered by Disqus

Issue 152/2013

News