bigfile/file.h: C interface for defining BigFile backends
Users can inherit from BigFile and provide custom ->loadblk() and ->storeblk() to load/store file blocks from a database or some other storage. The system then could use such files to memory map them into user address space (see next patch).
Showing
Please register or sign in to comment