ffindex_apply_mpi
simple index/database for huge amounts of small files
Install
- All systems
-
curl cmd.cat/ffindex_apply_mpi.sh
- Debian
-
apt-get install ffindex
- Ubuntu
-
apt-get install ffindex
- Kali Linux
-
apt-get install ffindex
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ffindex
- Raspbian
-
apt-get install ffindex
- Dockerfile
- dockerfile.run/ffindex_apply_mpi
ffindex
simple index/database for huge amounts of small files
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 executables.