libffindex0

Library for simple index/database for huge amounts of small files
  http://www.splashground.de/~andy/programs/FFindex/
  0
  no reviews



Ffindex is a very simple index/database for huge amounts of small files. the files are stored concatenated in one big data file, separated by '\0'. a second file contains a plain text index, giving name, offset and length of the small files. the lookup is currently done with a binary search on an array made from the index file.

this package provides the shared library.