├── .gitattributes ├── .github └── workflows │ ├── appimage.yml │ ├── publish-ratarmountcore.yml │ ├── python-publish.yml │ ├── release-template.md │ └── tests.yml ├── .gitignore ├── AppImage ├── build-ratarmount-appimage.sh └── ratarmount-metadata │ ├── entrypoint.sh │ ├── ratarmount.appdata.xml │ ├── ratarmount.desktop │ └── ratarmount.svg ├── CHANGELOG.md ├── LICENSE ├── README.md ├── benchmarks ├── BENCHMARKS.md ├── benchmark-ssh-backends-2024-09 │ ├── benchmark-paramiko-wikidata.png │ ├── benchmark-ssh.py │ ├── full-read.timings.csv │ ├── full-read.timings.pdf │ ├── full-read.timings.png │ ├── full-write.timings.csv │ ├── full-write.timings.pdf │ ├── full-write.timings.png │ ├── overread │ │ ├── benchmark-sshfs.times.2024-09-24.overread-fix.pickle │ │ ├── benchmark-sshfs.times.2024-09-24.wo-overread-fix.pickle │ │ ├── plot-benchmark-sshfs-overread-fix-comparison.pdf │ │ ├── plot-benchmark-sshfs-overread-fix-comparison.png │ │ └── plot-benchmark-sshfs-overread-fix-comparison.py │ ├── plot-paramiko-wikidata.py │ ├── sshfs.full-read-by-block_size.timings.csv │ ├── sshfs.full-read-by-max_requests.timings.csv │ ├── sshfs.full-read-by-max_requests.timings.pdf │ └── sshfs.full-read-by-max_requests.timings.png ├── data │ ├── 2022-01-03T11-02 │ │ ├── benchmark-archivemount-2022-01-03T11-02.dat │ │ ├── benchmark-fuse-archive-2022-01-03T11-02.dat │ │ ├── benchmark-ratarmount-bz2-2022-01-03T11-02.dat │ │ ├── benchmark-ratarmount-gz-2022-01-03T11-02.dat │ │ ├── benchmark-ratarmount-tar-2022-01-03T11-02.dat │ │ ├── benchmark-ratarmount-xz-2022-01-03T11-02.dat │ │ └── benchmark-ratarmount-zst-2022-01-03T11-02.dat │ ├── benchmark-archivemount-18TB-WD-Ultrastar-DC-HC550-2021-06-23T11-52.dat │ ├── benchmark-archivemount-CT1000MX500SSD4-2021-06-18T23-34.dat │ ├── benchmark-archivemount-CT1000MX500SSD4-2021-06-25T12-12.dat │ ├── benchmark-bandwidths-intel-660p-2022-02-14T03-26.dat │ ├── benchmark-bandwidths-intel-660p-2024-04-10T21-34.dat │ ├── benchmark-bandwidths-shm-2022-02-13T20-40.dat │ ├── compare-archivemount │ │ ├── benchmark-archivemount-2019-12-16T08-26.dat │ │ ├── benchmark-archivemount-2019-12-17T08-22.dat │ │ ├── benchmark-archivemount-2021-12-25T10-18.dat │ │ ├── benchmark-ratarmount-tar-2022-01-03T11-02.dat │ │ └── tar-listings.tar.bz2.xz │ ├── ratarmount-runtime-behavior │ │ ├── cbor-benchmark-memory-1-MiB-loading.dat │ │ ├── cbor-benchmark-memory-1-MiB-saving.dat │ │ ├── cbor-benchmark-memory-256-MiB-loading.dat │ │ ├── cbor-benchmark-memory-256-MiB-saving.dat │ │ ├── cbor-benchmark-memory-64-MiB-loading.dat │ │ ├── cbor-benchmark-memory-64-MiB-saving.dat │ │ ├── cbor-benchmark-memory-8-MiB-loading.dat │ │ ├── cbor-benchmark-memory-8-MiB-saving.dat │ │ ├── cbor.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── cbor.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── cbor.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── cbor.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── cbor.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── cbor.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── cbor.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── cbor.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── cbor.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── cbor.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── cbor.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── cbor.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── cbor.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── cbor.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── cbor.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── cbor.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── custom-benchmark-memory-1-MiB-loading.dat │ │ ├── custom-benchmark-memory-1-MiB-saving.dat │ │ ├── custom-benchmark-memory-256-MiB-loading.dat │ │ ├── custom-benchmark-memory-256-MiB-saving.dat │ │ ├── custom-benchmark-memory-64-MiB-loading.dat │ │ ├── custom-benchmark-memory-64-MiB-saving.dat │ │ ├── custom-benchmark-memory-8-MiB-loading.dat │ │ ├── custom-benchmark-memory-8-MiB-saving.dat │ │ ├── custom.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── custom.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── custom.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── custom.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── custom.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── custom.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── custom.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── custom.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── custom.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── custom.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── custom.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── custom.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── custom.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── custom.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── custom.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── custom.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── msgpack-benchmark-memory-1-MiB-loading.dat │ │ ├── msgpack-benchmark-memory-1-MiB-saving.dat │ │ ├── msgpack-benchmark-memory-256-MiB-loading.dat │ │ ├── msgpack-benchmark-memory-256-MiB-saving.dat │ │ ├── msgpack-benchmark-memory-64-MiB-loading.dat │ │ ├── msgpack-benchmark-memory-64-MiB-saving.dat │ │ ├── msgpack-benchmark-memory-8-MiB-loading.dat │ │ ├── msgpack-benchmark-memory-8-MiB-saving.dat │ │ ├── msgpack.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── msgpack.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── msgpack.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── msgpack.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── msgpack.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── msgpack.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── msgpack.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── msgpack.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── msgpack.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── msgpack.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── msgpack.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── msgpack.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── msgpack.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── msgpack.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── msgpack.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── msgpack.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── pickle2-benchmark-memory-1-MiB-loading.dat │ │ ├── pickle2-benchmark-memory-1-MiB-saving.dat │ │ ├── pickle2-benchmark-memory-256-MiB-loading.dat │ │ ├── pickle2-benchmark-memory-256-MiB-saving.dat │ │ ├── pickle2-benchmark-memory-64-MiB-loading.dat │ │ ├── pickle2-benchmark-memory-64-MiB-saving.dat │ │ ├── pickle2-benchmark-memory-8-MiB-loading.dat │ │ ├── pickle2-benchmark-memory-8-MiB-saving.dat │ │ ├── pickle2.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── pickle2.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── pickle2.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── pickle2.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── pickle2.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── pickle2.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── pickle2.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── pickle2.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── pickle2.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── pickle2.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── pickle2.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── pickle2.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── pickle2.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── pickle2.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── pickle2.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── pickle2.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── pickle3-benchmark-memory-1-MiB-loading.dat │ │ ├── pickle3-benchmark-memory-1-MiB-saving.dat │ │ ├── pickle3-benchmark-memory-256-MiB-loading.dat │ │ ├── pickle3-benchmark-memory-256-MiB-saving.dat │ │ ├── pickle3-benchmark-memory-64-MiB-loading.dat │ │ ├── pickle3-benchmark-memory-64-MiB-saving.dat │ │ ├── pickle3-benchmark-memory-8-MiB-loading.dat │ │ ├── pickle3-benchmark-memory-8-MiB-saving.dat │ │ ├── pickle3.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── pickle3.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── pickle3.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── pickle3.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── pickle3.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── pickle3.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── pickle3.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── pickle3.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── pickle3.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── pickle3.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── pickle3.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── pickle3.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── pickle3.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── pickle3.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── pickle3.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── pickle3.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── rapidjson-benchmark-memory-1-MiB-loading.dat │ │ ├── rapidjson-benchmark-memory-1-MiB-saving.dat │ │ ├── rapidjson-benchmark-memory-256-MiB-loading.dat │ │ ├── rapidjson-benchmark-memory-256-MiB-saving.dat │ │ ├── rapidjson-benchmark-memory-64-MiB-loading.dat │ │ ├── rapidjson-benchmark-memory-64-MiB-saving.dat │ │ ├── rapidjson-benchmark-memory-8-MiB-loading.dat │ │ ├── rapidjson-benchmark-memory-8-MiB-saving.dat │ │ ├── rapidjson.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── rapidjson.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── rapidjson.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── rapidjson.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── rapidjson.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── rapidjson.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── rapidjson.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── rapidjson.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── rapidjson.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── rapidjson.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── rapidjson.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── rapidjson.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── rapidjson.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── rapidjson.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── rapidjson.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── rapidjson.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── serializationBenchmark.dat │ │ ├── simplejson-benchmark-memory-1-MiB-loading.dat │ │ ├── simplejson-benchmark-memory-1-MiB-saving.dat │ │ ├── simplejson-benchmark-memory-256-MiB-loading.dat │ │ ├── simplejson-benchmark-memory-256-MiB-saving.dat │ │ ├── simplejson-benchmark-memory-64-MiB-loading.dat │ │ ├── simplejson-benchmark-memory-64-MiB-saving.dat │ │ ├── simplejson-benchmark-memory-8-MiB-loading.dat │ │ ├── simplejson-benchmark-memory-8-MiB-saving.dat │ │ ├── simplejson.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── simplejson.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── simplejson.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── simplejson.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── simplejson.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── simplejson.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── simplejson.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── simplejson.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── simplejson.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── simplejson.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── simplejson.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── simplejson.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── simplejson.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── simplejson.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── simplejson.lz4-benchmark-memory-8-MiB-loading.dat │ │ ├── simplejson.lz4-benchmark-memory-8-MiB-saving.dat │ │ ├── sqlite-benchmark-memory-1-MiB-loading.dat │ │ ├── sqlite-benchmark-memory-1-MiB-saving.dat │ │ ├── sqlite-benchmark-memory-256-MiB-loading.dat │ │ ├── sqlite-benchmark-memory-256-MiB-saving.dat │ │ ├── sqlite-benchmark-memory-64-MiB-loading.dat │ │ ├── sqlite-benchmark-memory-64-MiB-saving.dat │ │ ├── sqlite-benchmark-memory-8-MiB-loading.dat │ │ ├── sqlite-benchmark-memory-8-MiB-saving.dat │ │ ├── ujson-benchmark-memory-1-MiB-loading.dat │ │ ├── ujson-benchmark-memory-1-MiB-saving.dat │ │ ├── ujson-benchmark-memory-256-MiB-loading.dat │ │ ├── ujson-benchmark-memory-256-MiB-saving.dat │ │ ├── ujson-benchmark-memory-64-MiB-loading.dat │ │ ├── ujson-benchmark-memory-64-MiB-saving.dat │ │ ├── ujson-benchmark-memory-8-MiB-loading.dat │ │ ├── ujson-benchmark-memory-8-MiB-saving.dat │ │ ├── ujson.gz-benchmark-memory-1-MiB-loading.dat │ │ ├── ujson.gz-benchmark-memory-1-MiB-saving.dat │ │ ├── ujson.gz-benchmark-memory-256-MiB-loading.dat │ │ ├── ujson.gz-benchmark-memory-256-MiB-saving.dat │ │ ├── ujson.gz-benchmark-memory-64-MiB-loading.dat │ │ ├── ujson.gz-benchmark-memory-64-MiB-saving.dat │ │ ├── ujson.gz-benchmark-memory-8-MiB-loading.dat │ │ ├── ujson.gz-benchmark-memory-8-MiB-saving.dat │ │ ├── ujson.lz4-benchmark-memory-1-MiB-loading.dat │ │ ├── ujson.lz4-benchmark-memory-1-MiB-saving.dat │ │ ├── ujson.lz4-benchmark-memory-256-MiB-loading.dat │ │ ├── ujson.lz4-benchmark-memory-256-MiB-saving.dat │ │ ├── ujson.lz4-benchmark-memory-64-MiB-loading.dat │ │ ├── ujson.lz4-benchmark-memory-64-MiB-saving.dat │ │ ├── ujson.lz4-benchmark-memory-8-MiB-loading.dat │ │ └── ujson.lz4-benchmark-memory-8-MiB-saving.dat │ └── sql-benchmark │ │ ├── primary-key-benchmark-up-to-16M-path-size-128B-dev-shm │ │ ├── sqlite primary key benchmark 16000k files insert.png │ │ ├── sqlite primary key benchmark 16000k files integer primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,integer primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, no ORDER BY path-hash, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark sizes over row count.png │ │ ├── sqlite primary key benchmark times over row count.png │ │ └── sqlite primary key benchmark.log │ │ ├── primary-key-benchmark-up-to-16M-path-size-256B-on-disk │ │ ├── sqlite primary key benchmark 16000k files insert.png │ │ ├── sqlite primary key benchmark 16000k files integer primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,integer primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, no ORDER BY path-hash, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files varchar,varchar primary key, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files.png │ │ ├── sqlite primary key benchmark sizes over row count.png │ │ ├── sqlite primary key benchmark times over row count.png │ │ └── sqlite primary key benchmark.log │ │ ├── sqlite primary key benchmark 10000k files integer primary key insert.dat │ │ ├── sqlite primary key benchmark 10000k files integer primary key select hashes.dat │ │ ├── sqlite primary key benchmark 10000k files integer primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 10000k files integer primary key select paths.dat │ │ ├── sqlite primary key benchmark 10000k files varchar primary key insert.dat │ │ ├── sqlite primary key benchmark 10000k files varchar primary key select hashes.dat │ │ ├── sqlite primary key benchmark 10000k files varchar primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 10000k files varchar primary key select paths.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,integer primary key insert.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,integer primary key select hashes.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,integer primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,integer primary key select paths.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,varchar primary key insert.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,varchar primary key select hashes.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,varchar primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 10000k files varchar,varchar primary key select paths.dat │ │ ├── sqlite primary key benchmark 10000k files.pdf │ │ ├── sqlite primary key benchmark 2000k files integer primary key insert.dat │ │ ├── sqlite primary key benchmark 2000k files integer primary key select hashes.dat │ │ ├── sqlite primary key benchmark 2000k files integer primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 2000k files integer primary key select paths.dat │ │ ├── sqlite primary key benchmark 2000k files varchar primary key insert.dat │ │ ├── sqlite primary key benchmark 2000k files varchar primary key select hashes.dat │ │ ├── sqlite primary key benchmark 2000k files varchar primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 2000k files varchar primary key select paths.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,integer primary key insert.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,integer primary key select hashes.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,integer primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,integer primary key select paths.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,varchar primary key insert.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,varchar primary key select hashes.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,varchar primary key select paths starting with.dat │ │ ├── sqlite primary key benchmark 2000k files varchar,varchar primary key select paths.dat │ │ ├── sqlite primary key benchmark 2000k files.pdf │ │ ├── sqlite primary key benchmark sizes over row count.pdf │ │ ├── sqlite primary key benchmark times over row count.pdf │ │ └── view-benchmark-up-to-16M │ │ ├── sqlite primary key benchmark 16000k files insert.png │ │ ├── sqlite primary key benchmark 16000k files tuple key, , unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, sort after, no vacuum, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view (primary key), duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view (primary key), unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view (unique constraint), duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view (unique constraint), unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view (unique index), duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view (unique index), unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch inner join) after, duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch inner join) after, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch insert trigger) after, duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch insert trigger) after, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (full batch insert trigger) after, duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (full batch insert trigger) after, unique rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate after, duplicate rows insert.dat │ │ ├── sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate after, unique rows insert.dat │ │ ├── sqlite primary key benchmark sizes over row count.png │ │ ├── sqlite primary key benchmark times over row count.png │ │ └── sqlite primary key benchmark.log ├── decompress-parallel.py ├── decompress-xz.py ├── plots │ ├── archivemount-comparison-2019-12-17.png │ ├── archivemount-comparison-2021-06-18.png │ ├── archivemount-comparison-2021-06-27.png │ ├── archivemount-comparison-2021-12-27.png │ ├── archivemount-comparison-2022-02-13.png │ ├── archivemount-comparison-2022-02-19.png │ ├── bandwidth-comparison-2022-02-13.png │ ├── bandwidth-comparison-2022-02-19.png │ ├── bandwidth-comparison.png │ ├── entropy │ │ ├── licenses-ordered.tgz.entropy.pdf │ │ ├── nested-tar-encrypted.sqlar.entropy.pdf │ │ ├── nested-tar.sqlar.entropy.pdf │ │ ├── silesia.tar.gz.entropy.pdf │ │ ├── tar-with-300-folders-with-1000-files-0B-files.tar.bz2.entropy.pdf │ │ ├── wikidata-20220103-all.json.gzindex.zst.entropy.pdf │ │ └── zeros.zst.entropy.pdf │ ├── parallel-bz2-ratarmount-comparison-2021-12-27.png │ ├── parallel-find-ratarmount-comparison.png │ ├── parallel-ratarmount-comparison.png │ ├── parallel-xz-ratarmount-comparison-2021-12-27.png │ ├── performance-comparison-1-MiB-metadata.png │ ├── performance-comparison-256-MiB-metadata.png │ ├── performance-comparison-64-MiB-metadata.png │ ├── performance-comparison-8-MiB-metadata.png │ ├── pure-bandwidth-comparison-2022-02-19.png │ ├── pure-bandwidth-comparison.png │ ├── resident-memory-over-time-for-64-MiB-metadata-with-yaml.png │ ├── resident-memory-over-time-loading-1-MiB-metadata.png │ ├── resident-memory-over-time-loading-256-MiB-metadata.png │ ├── resident-memory-over-time-loading-64-MiB-metadata.png │ ├── resident-memory-over-time-loading-8-MiB-metadata.png │ ├── resident-memory-over-time-saving-1-MiB-metadata.png │ ├── resident-memory-over-time-saving-256-MiB-metadata.png │ ├── resident-memory-over-time-saving-64-MiB-metadata.png │ ├── resident-memory-over-time-saving-8-MiB-metadata.png │ ├── sqlite cache size benchmark 1000k files.pdf │ ├── sqlite cache size benchmark 1000k files.png │ ├── sqlite cache size benchmark 128k files.pdf │ ├── sqlite cache size benchmark 128k files.png │ ├── sqlite primary key benchmark 10000k files insert.png │ ├── sqlite primary key benchmark 10000k files.png │ ├── sqlite primary key benchmark 1000k files.png │ ├── sqlite primary key benchmark 100k files.png │ ├── sqlite primary key benchmark 10k files.png │ ├── sqlite primary key benchmark 2000k files.png │ ├── sqlite primary key benchmark 320k files.png │ ├── sqlite primary key benchmark 32k files.png │ ├── sqlite primary key benchmark 3k files.png │ ├── sqlite primary key benchmark 4000k files.png │ ├── sqlite primary key benchmark 8000k files.png │ ├── sqlite primary key benchmark sizes over row count.png │ ├── sqlite primary key benchmark times over row count.png │ ├── sqlite using intermediary table cache size benchmark 1000k files.pdf │ ├── sqlite using intermediary table cache size benchmark 1000k files.png │ ├── sqlite using intermediary table cache size benchmark 128k files.pdf │ ├── sqlite using intermediary table cache size benchmark 128k files.png │ ├── sqlite using intermediary table order by cache size benchmark 1000k files.pdf │ └── sqlite using intermediary table order by cache size benchmark 1000k files.png ├── scripts │ ├── benchmarkBandwidth.sh │ ├── benchmarkMounting.sh │ ├── benchmarkSqlite.py │ ├── benchmarkSqliteCachesAndPostProcessing.py │ ├── benchmarkSqliteTupleCondition.py │ ├── benchmarkTarfile.py │ ├── compareArchivemount.py │ ├── compareBandwidth.py │ ├── compareMemoryFootprints.py │ ├── createLargeRar.sh │ └── testEntropy.py ├── serializationBenchmark.dat └── skip-tar-blocks.py ├── core ├── CHANGELOG.md ├── LICENSE ├── README.md ├── doc │ ├── MountSource-cerulean.png │ ├── MountSource.png │ ├── MountSource.puml │ └── MountSource.svg ├── pyproject.toml ├── ratarmountcore │ ├── BlockParallelReaders.py │ ├── ProgressBar.py │ ├── SQLiteBlobFile.py │ ├── SQLiteIndex.py │ ├── SQLiteIndexedTarFsspec.py │ ├── StenciledFile.py │ ├── __init__.py │ ├── _external │ │ ├── __init__.py │ │ └── pyfatfs │ │ │ ├── BootSectorHeader.py │ │ │ ├── DosDateTime.py │ │ │ ├── EightDotThree.py │ │ │ ├── FATDirectoryEntry.py │ │ │ ├── FSInfo.py │ │ │ ├── FatIO.py │ │ │ ├── LICENSE │ │ │ ├── PyFat.py │ │ │ ├── __init__.py │ │ │ └── _exceptions.py │ ├── compressions.py │ ├── formats.py │ ├── mountsource │ │ ├── MountSource.py │ │ ├── SQLiteIndexMountSource.py │ │ ├── __init__.py │ │ ├── archives.py │ │ ├── compositing │ │ │ ├── automount.py │ │ │ ├── removeprefix.py │ │ │ ├── singlefile.py │ │ │ ├── subvolumes.py │ │ │ ├── union.py │ │ │ └── versioning.py │ │ ├── factory.py │ │ └── formats │ │ │ ├── asar.py │ │ │ ├── ext4.py │ │ │ ├── fat.py │ │ │ ├── folder.py │ │ │ ├── fsspec.py │ │ │ ├── git.py │ │ │ ├── libarchive.py │ │ │ ├── py7zr.py │ │ │ ├── rar.py │ │ │ ├── sqlar.py │ │ │ ├── squashfs.py │ │ │ ├── tar.py │ │ │ └── zip.py │ ├── utils.py │ └── version.py └── tests │ ├── conftest.py │ ├── helpers.py │ ├── pytest.ini │ ├── test_AutoMountLayer.py │ ├── test_BlockParallelReaders.py │ ├── test_EXT4MountSource.py │ ├── test_LibarchiveMountSource.py │ ├── test_Py7zrMountSource.py │ ├── test_RarMountSource.py │ ├── test_RemovePrefixMountSource.py │ ├── test_SQLARMountSource.py │ ├── test_SQLiteBlobFile.py │ ├── test_SQLiteIndex.py │ ├── test_SQLiteIndexMountSource.py │ ├── test_SQLiteIndexedTar.py │ ├── test_SQLiteIndexedTarFileSystem.py │ ├── test_SingleFileMountSource.py │ ├── test_SquashfsMountSource.py │ ├── test_StenciledFile.py │ ├── test_SubvolumesMountSource.py │ ├── test_UnionMountSource.py │ ├── test_ZipMountSource.py │ ├── test_compressions.py │ ├── test_factory.py │ ├── test_formats.py │ └── test_utils.py ├── docs ├── bzip2-format.svg ├── mounting-imagenet.svg ├── presentation-2020-06.pdf ├── ratarmount-wallpaper.svg └── union-mounting.svg ├── pyproject.toml ├── ratarmount.svg ├── ratarmount ├── CLIHelpers.py ├── FuseMount.py ├── WriteOverlay.py ├── __init__.py ├── __main__.py ├── actions.py ├── cli.py ├── dependencies.py ├── fuse.py └── version.py └── tests ├── .flake8 ├── .mypy.ini ├── .pylintrc ├── .ruff.toml ├── .yamllint.yml ├── 2k-recursive-tars.tar.bz2 ├── absolute-file-incremental.tar ├── base64.gz ├── chimera-tbz2-zip ├── clean.sh ├── common.sh ├── compressed-100-times.gz ├── compressed-100-times.tar.gz ├── compressed-1000-times.gz ├── compressed-1000-times.tar.gz ├── concatenated.tar ├── create-fixed-archives-list.sh ├── create-tests.sh ├── denormal-paths-tarfile.tar ├── denormal-paths.rar ├── denormal-paths.tar ├── denormal-paths.zip ├── directly-nested-tar.tar ├── double-compressed-nested-tar.tar.7z.7z ├── double-compressed-nested-tar.tbz2.tbz2 ├── double-compressed-nested-tar.tgz.tgz ├── empty.asar ├── empty.tar ├── encrypted-headers-nested-tar.rar ├── encrypted-nested-tar-rar4.rar ├── encrypted-nested-tar.7z ├── encrypted-nested-tar.rar ├── encrypted-nested-tar.sqlar ├── encrypted-nested-tar.zip ├── encrypted-without-headers-nested-tar.rar ├── file-existing-as-non-link-and-link.tar ├── file-in-non-existing-folder.7z ├── file-in-non-existing-folder.rar ├── file-in-non-existing-folder.zip ├── file-with-attribute.bsd.tar.bz2 ├── file-with-attribute.gnu.tar.bz2 ├── folder-symlink.7z ├── folder-symlink.fat12.bz2 ├── folder-symlink.gzip.squashfs ├── folder-symlink.lz4.squashfs ├── folder-symlink.lzma.squashfs ├── folder-symlink.lzo.squashfs ├── folder-symlink.no-compression.squashfs ├── folder-symlink.rar ├── folder-symlink.xz.squashfs ├── folder-symlink.zip ├── folder-symlink.zstd.squashfs ├── folder-with-leading-dot-slash.tar ├── gnu-sparse-files.tar ├── hardlink.tar ├── hello-world.warc ├── incremental-backup.level.0.tar ├── incremental-backup.level.1.tar ├── install-smbd.sh ├── mockup-self-extracting.zip ├── nested-directly-compressed.tar.bz2 ├── nested-special-char.tar ├── nested-symlinks.tar ├── nested-tar-10M.ext4.bz2 ├── nested-tar-1M.ext4.bz2 ├── nested-tar-compressed.sqlar ├── nested-tar-denormal.sqlar ├── nested-tar-trailing-slash.sqlar ├── nested-tar-with-overlapping-name.tar ├── nested-tar.asar ├── nested-tar.index.sqlite ├── nested-tar.skippable-frame.lz4 ├── nested-tar.sqlar ├── nested-tar.tar ├── nested-tar.tar.pzstd ├── nested-with-symlink.7z ├── nested-with-symlink.rar ├── nested-with-symlink.zip ├── new-incremental-backup.level.0.snar ├── new-incremental-backup.level.1.snar ├── packed-100-times.tar.gz ├── packed-5-times.tar.gz ├── rar-misrecognized-as-zip.rar ├── rar.zip ├── ratarmount-help.txt ├── requirements-tests.txt ├── run-complex-usage-tests.sh ├── run-fixed-archive-tests.sh ├── run-remote-backend-tests.sh ├── run-style-checkers.sh ├── runtests.sh ├── simple-file-split-in-archive.tar ├── simple-file-split.001 ├── simple-file-split.002 ├── simple.Z ├── simple.bz2 ├── simple.gz ├── simple.lrz ├── simple.lz4 ├── simple.lzip ├── simple.lzma ├── simple.lzo ├── simple.xz ├── simple.zlib ├── simple.zst ├── single-file-incremental-long-name-mockup.tar ├── single-file-incremental-long-name.tar ├── single-file-incremental-mockup.tar ├── single-file-incremental.tar ├── single-file-split.tar.001 ├── single-file-split.tar.002 ├── single-file-with-leading-dot-slash.tar ├── single-file.ar ├── single-file.bin.cpio ├── single-file.cab ├── single-file.crc.cpio ├── single-file.hpbin.cpio ├── single-file.hpodc.cpio ├── single-file.iso.bz2 ├── single-file.newc.cpio ├── single-file.odc.cpio ├── single-file.tar ├── single-file.xar ├── single-nested-file.tar ├── single-nested-folder.tar ├── single-self-link.tar ├── sparse-file-larger-than-8GiB-followed-by-normal-file.tar.zst.zst ├── sparse.gnu.tar ├── sparse.pax.sparse-0.0.tar ├── sparse.pax.sparse-0.1.tar ├── sparse.pax.sparse-1.0.tar ├── special-char.tar ├── start-asyncssh-server.py ├── symlinks.tar ├── tar-with-1-folders-with-1000-files-0B-files.tar.bz2 ├── tar-with-10-folders-with-1000-files-0B-files.tar.bz2 ├── tar-with-100-folders-with-1000-files-0B-files.tar.bz2 ├── tar-with-300-folders-with-1000-files-0B-files.tar.bz2 ├── test_cli.py ├── tests.py ├── triple-compressed-nested-tar.tgz.tgz.gz ├── truncated.tar ├── two-large-files-32Ki-lines-each-1023B.7z ├── two-large-files-32Ki-lines-each-1024B.7z ├── two-self-links-to-existing-file.tar ├── two-self-links.tar ├── updated-file-implicitly-with-folder.tar ├── updated-file-with-folder.tar ├── updated-file.tar ├── updated-folder-with-file.tar ├── updated-folder.tar ├── wait-for-port.py ├── zeros.bz2 ├── zeros.gz ├── zeros.xz ├── zeros.zst ├── zip.7z └── zip.rar /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/appimage.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.github/workflows/appimage.yml -------------------------------------------------------------------------------- /.github/workflows/publish-ratarmountcore.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.github/workflows/publish-ratarmountcore.yml -------------------------------------------------------------------------------- /.github/workflows/python-publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.github/workflows/python-publish.yml -------------------------------------------------------------------------------- /.github/workflows/release-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.github/workflows/release-template.md -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/.gitignore -------------------------------------------------------------------------------- /AppImage/build-ratarmount-appimage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/AppImage/build-ratarmount-appimage.sh -------------------------------------------------------------------------------- /AppImage/ratarmount-metadata/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/AppImage/ratarmount-metadata/entrypoint.sh -------------------------------------------------------------------------------- /AppImage/ratarmount-metadata/ratarmount.appdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/AppImage/ratarmount-metadata/ratarmount.appdata.xml -------------------------------------------------------------------------------- /AppImage/ratarmount-metadata/ratarmount.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/AppImage/ratarmount-metadata/ratarmount.desktop -------------------------------------------------------------------------------- /AppImage/ratarmount-metadata/ratarmount.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/AppImage/ratarmount-metadata/ratarmount.svg -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/README.md -------------------------------------------------------------------------------- /benchmarks/BENCHMARKS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/BENCHMARKS.md -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/benchmark-paramiko-wikidata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/benchmark-paramiko-wikidata.png -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/benchmark-ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/benchmark-ssh.py -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/full-read.timings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/full-read.timings.csv -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/full-read.timings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/full-read.timings.pdf -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/full-read.timings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/full-read.timings.png -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/full-write.timings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/full-write.timings.csv -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/full-write.timings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/full-write.timings.pdf -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/full-write.timings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/full-write.timings.png -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/overread/benchmark-sshfs.times.2024-09-24.overread-fix.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/overread/benchmark-sshfs.times.2024-09-24.overread-fix.pickle -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/overread/benchmark-sshfs.times.2024-09-24.wo-overread-fix.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/overread/benchmark-sshfs.times.2024-09-24.wo-overread-fix.pickle -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/overread/plot-benchmark-sshfs-overread-fix-comparison.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/overread/plot-benchmark-sshfs-overread-fix-comparison.pdf -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/overread/plot-benchmark-sshfs-overread-fix-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/overread/plot-benchmark-sshfs-overread-fix-comparison.png -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/overread/plot-benchmark-sshfs-overread-fix-comparison.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/overread/plot-benchmark-sshfs-overread-fix-comparison.py -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/plot-paramiko-wikidata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/plot-paramiko-wikidata.py -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-block_size.timings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-block_size.timings.csv -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-max_requests.timings.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-max_requests.timings.csv -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-max_requests.timings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-max_requests.timings.pdf -------------------------------------------------------------------------------- /benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-max_requests.timings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/benchmark-ssh-backends-2024-09/sshfs.full-read-by-max_requests.timings.png -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-archivemount-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-archivemount-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-fuse-archive-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-fuse-archive-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-bz2-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-bz2-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-gz-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-gz-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-tar-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-tar-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-xz-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-xz-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-zst-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/2022-01-03T11-02/benchmark-ratarmount-zst-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/benchmark-archivemount-18TB-WD-Ultrastar-DC-HC550-2021-06-23T11-52.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/benchmark-archivemount-18TB-WD-Ultrastar-DC-HC550-2021-06-23T11-52.dat -------------------------------------------------------------------------------- /benchmarks/data/benchmark-archivemount-CT1000MX500SSD4-2021-06-18T23-34.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/benchmark-archivemount-CT1000MX500SSD4-2021-06-18T23-34.dat -------------------------------------------------------------------------------- /benchmarks/data/benchmark-archivemount-CT1000MX500SSD4-2021-06-25T12-12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/benchmark-archivemount-CT1000MX500SSD4-2021-06-25T12-12.dat -------------------------------------------------------------------------------- /benchmarks/data/benchmark-bandwidths-intel-660p-2022-02-14T03-26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/benchmark-bandwidths-intel-660p-2022-02-14T03-26.dat -------------------------------------------------------------------------------- /benchmarks/data/benchmark-bandwidths-intel-660p-2024-04-10T21-34.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/benchmark-bandwidths-intel-660p-2024-04-10T21-34.dat -------------------------------------------------------------------------------- /benchmarks/data/benchmark-bandwidths-shm-2022-02-13T20-40.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/benchmark-bandwidths-shm-2022-02-13T20-40.dat -------------------------------------------------------------------------------- /benchmarks/data/compare-archivemount/benchmark-archivemount-2019-12-16T08-26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/compare-archivemount/benchmark-archivemount-2019-12-16T08-26.dat -------------------------------------------------------------------------------- /benchmarks/data/compare-archivemount/benchmark-archivemount-2019-12-17T08-22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/compare-archivemount/benchmark-archivemount-2019-12-17T08-22.dat -------------------------------------------------------------------------------- /benchmarks/data/compare-archivemount/benchmark-archivemount-2021-12-25T10-18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/compare-archivemount/benchmark-archivemount-2021-12-25T10-18.dat -------------------------------------------------------------------------------- /benchmarks/data/compare-archivemount/benchmark-ratarmount-tar-2022-01-03T11-02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/compare-archivemount/benchmark-ratarmount-tar-2022-01-03T11-02.dat -------------------------------------------------------------------------------- /benchmarks/data/compare-archivemount/tar-listings.tar.bz2.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/compare-archivemount/tar-listings.tar.bz2.xz -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/cbor.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/custom.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/msgpack.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle2.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/pickle3.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/rapidjson.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/serializationBenchmark.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/serializationBenchmark.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/simplejson.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/sqlite-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.gz-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-1-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-1-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-1-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-1-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-256-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-256-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-256-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-256-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-64-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-64-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-64-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-64-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-8-MiB-loading.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-8-MiB-loading.dat -------------------------------------------------------------------------------- /benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-8-MiB-saving.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/ratarmount-runtime-behavior/ujson.lz4-benchmark-memory-8-MiB-saving.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files insert.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files integer primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files integer primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,integer primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,integer primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, no ORDER BY path-hash, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, no ORDER BY path-hash, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark 16000k files varchar,varchar primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark sizes over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark sizes over row count.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark times over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark times over row count.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-128B-dev-shm/sqlite primary key benchmark.log -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files insert.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files integer primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files integer primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,integer primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,integer primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, no ORDER BY path-hash, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, no ORDER BY path-hash, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, no vacuum, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key sort after, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files varchar,varchar primary key, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark 16000k files.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark sizes over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark sizes over row count.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark times over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark times over row count.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/primary-key-benchmark-up-to-16M-path-size-256B-on-disk/sqlite primary key benchmark.log -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files integer primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,integer primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files varchar,varchar primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 10000k files.pdf -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files integer primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,integer primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key select hashes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key select hashes.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key select paths starting with.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key select paths starting with.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key select paths.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files varchar,varchar primary key select paths.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark 2000k files.pdf -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark sizes over row count.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark sizes over row count.pdf -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/sqlite primary key benchmark times over row count.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/sqlite primary key benchmark times over row count.pdf -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files insert.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, , unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, , unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, sort after, no vacuum, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, sort after, no vacuum, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (primary key), duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (primary key), duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (primary key), unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (primary key), unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique constraint), duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique constraint), duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique constraint), unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique constraint), unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique index), duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique index), duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique index), unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view (unique index), unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch inner join) after, duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch inner join) after, duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch inner join) after, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch inner join) after, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch insert trigger) after, duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch insert trigger) after, duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch insert trigger) after, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (batch insert trigger) after, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (full batch insert trigger) after, duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (full batch insert trigger) after, duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (full batch insert trigger) after, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate (full batch insert trigger) after, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate after, duplicate rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate after, duplicate rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate after, unique rows insert.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark 16000k files tuple key, view, sort and deduplicate after, unique rows insert.dat -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark sizes over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark sizes over row count.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark times over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark times over row count.png -------------------------------------------------------------------------------- /benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/data/sql-benchmark/view-benchmark-up-to-16M/sqlite primary key benchmark.log -------------------------------------------------------------------------------- /benchmarks/decompress-parallel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/decompress-parallel.py -------------------------------------------------------------------------------- /benchmarks/decompress-xz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/decompress-xz.py -------------------------------------------------------------------------------- /benchmarks/plots/archivemount-comparison-2019-12-17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/archivemount-comparison-2019-12-17.png -------------------------------------------------------------------------------- /benchmarks/plots/archivemount-comparison-2021-06-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/archivemount-comparison-2021-06-18.png -------------------------------------------------------------------------------- /benchmarks/plots/archivemount-comparison-2021-06-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/archivemount-comparison-2021-06-27.png -------------------------------------------------------------------------------- /benchmarks/plots/archivemount-comparison-2021-12-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/archivemount-comparison-2021-12-27.png -------------------------------------------------------------------------------- /benchmarks/plots/archivemount-comparison-2022-02-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/archivemount-comparison-2022-02-13.png -------------------------------------------------------------------------------- /benchmarks/plots/archivemount-comparison-2022-02-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/archivemount-comparison-2022-02-19.png -------------------------------------------------------------------------------- /benchmarks/plots/bandwidth-comparison-2022-02-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/bandwidth-comparison-2022-02-13.png -------------------------------------------------------------------------------- /benchmarks/plots/bandwidth-comparison-2022-02-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/bandwidth-comparison-2022-02-19.png -------------------------------------------------------------------------------- /benchmarks/plots/bandwidth-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/bandwidth-comparison.png -------------------------------------------------------------------------------- /benchmarks/plots/entropy/licenses-ordered.tgz.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/licenses-ordered.tgz.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/entropy/nested-tar-encrypted.sqlar.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/nested-tar-encrypted.sqlar.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/entropy/nested-tar.sqlar.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/nested-tar.sqlar.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/entropy/silesia.tar.gz.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/silesia.tar.gz.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/entropy/tar-with-300-folders-with-1000-files-0B-files.tar.bz2.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/tar-with-300-folders-with-1000-files-0B-files.tar.bz2.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/entropy/wikidata-20220103-all.json.gzindex.zst.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/wikidata-20220103-all.json.gzindex.zst.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/entropy/zeros.zst.entropy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/entropy/zeros.zst.entropy.pdf -------------------------------------------------------------------------------- /benchmarks/plots/parallel-bz2-ratarmount-comparison-2021-12-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/parallel-bz2-ratarmount-comparison-2021-12-27.png -------------------------------------------------------------------------------- /benchmarks/plots/parallel-find-ratarmount-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/parallel-find-ratarmount-comparison.png -------------------------------------------------------------------------------- /benchmarks/plots/parallel-ratarmount-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/parallel-ratarmount-comparison.png -------------------------------------------------------------------------------- /benchmarks/plots/parallel-xz-ratarmount-comparison-2021-12-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/parallel-xz-ratarmount-comparison-2021-12-27.png -------------------------------------------------------------------------------- /benchmarks/plots/performance-comparison-1-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/performance-comparison-1-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/performance-comparison-256-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/performance-comparison-256-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/performance-comparison-64-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/performance-comparison-64-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/performance-comparison-8-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/performance-comparison-8-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/pure-bandwidth-comparison-2022-02-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/pure-bandwidth-comparison-2022-02-19.png -------------------------------------------------------------------------------- /benchmarks/plots/pure-bandwidth-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/pure-bandwidth-comparison.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-for-64-MiB-metadata-with-yaml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-for-64-MiB-metadata-with-yaml.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-loading-1-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-loading-1-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-loading-256-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-loading-256-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-loading-64-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-loading-64-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-loading-8-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-loading-8-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-saving-1-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-saving-1-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-saving-256-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-saving-256-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-saving-64-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-saving-64-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/resident-memory-over-time-saving-8-MiB-metadata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/resident-memory-over-time-saving-8-MiB-metadata.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite cache size benchmark 1000k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite cache size benchmark 1000k files.pdf -------------------------------------------------------------------------------- /benchmarks/plots/sqlite cache size benchmark 1000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite cache size benchmark 1000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite cache size benchmark 128k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite cache size benchmark 128k files.pdf -------------------------------------------------------------------------------- /benchmarks/plots/sqlite cache size benchmark 128k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite cache size benchmark 128k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 10000k files insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 10000k files insert.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 10000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 10000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 1000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 1000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 100k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 100k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 10k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 10k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 2000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 2000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 320k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 320k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 32k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 32k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 3k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 3k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 4000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 4000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark 8000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark 8000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark sizes over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark sizes over row count.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite primary key benchmark times over row count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite primary key benchmark times over row count.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite using intermediary table cache size benchmark 1000k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite using intermediary table cache size benchmark 1000k files.pdf -------------------------------------------------------------------------------- /benchmarks/plots/sqlite using intermediary table cache size benchmark 1000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite using intermediary table cache size benchmark 1000k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite using intermediary table cache size benchmark 128k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite using intermediary table cache size benchmark 128k files.pdf -------------------------------------------------------------------------------- /benchmarks/plots/sqlite using intermediary table cache size benchmark 128k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite using intermediary table cache size benchmark 128k files.png -------------------------------------------------------------------------------- /benchmarks/plots/sqlite using intermediary table order by cache size benchmark 1000k files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite using intermediary table order by cache size benchmark 1000k files.pdf -------------------------------------------------------------------------------- /benchmarks/plots/sqlite using intermediary table order by cache size benchmark 1000k files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/plots/sqlite using intermediary table order by cache size benchmark 1000k files.png -------------------------------------------------------------------------------- /benchmarks/scripts/benchmarkBandwidth.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/benchmarkBandwidth.sh -------------------------------------------------------------------------------- /benchmarks/scripts/benchmarkMounting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/benchmarkMounting.sh -------------------------------------------------------------------------------- /benchmarks/scripts/benchmarkSqlite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/benchmarkSqlite.py -------------------------------------------------------------------------------- /benchmarks/scripts/benchmarkSqliteCachesAndPostProcessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/benchmarkSqliteCachesAndPostProcessing.py -------------------------------------------------------------------------------- /benchmarks/scripts/benchmarkSqliteTupleCondition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/benchmarkSqliteTupleCondition.py -------------------------------------------------------------------------------- /benchmarks/scripts/benchmarkTarfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/benchmarkTarfile.py -------------------------------------------------------------------------------- /benchmarks/scripts/compareArchivemount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/compareArchivemount.py -------------------------------------------------------------------------------- /benchmarks/scripts/compareBandwidth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/compareBandwidth.py -------------------------------------------------------------------------------- /benchmarks/scripts/compareMemoryFootprints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/compareMemoryFootprints.py -------------------------------------------------------------------------------- /benchmarks/scripts/createLargeRar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/createLargeRar.sh -------------------------------------------------------------------------------- /benchmarks/scripts/testEntropy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/scripts/testEntropy.py -------------------------------------------------------------------------------- /benchmarks/serializationBenchmark.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/serializationBenchmark.dat -------------------------------------------------------------------------------- /benchmarks/skip-tar-blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/benchmarks/skip-tar-blocks.py -------------------------------------------------------------------------------- /core/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/CHANGELOG.md -------------------------------------------------------------------------------- /core/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/LICENSE -------------------------------------------------------------------------------- /core/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/README.md -------------------------------------------------------------------------------- /core/doc/MountSource-cerulean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/doc/MountSource-cerulean.png -------------------------------------------------------------------------------- /core/doc/MountSource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/doc/MountSource.png -------------------------------------------------------------------------------- /core/doc/MountSource.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/doc/MountSource.puml -------------------------------------------------------------------------------- /core/doc/MountSource.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/doc/MountSource.svg -------------------------------------------------------------------------------- /core/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/pyproject.toml -------------------------------------------------------------------------------- /core/ratarmountcore/BlockParallelReaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/BlockParallelReaders.py -------------------------------------------------------------------------------- /core/ratarmountcore/ProgressBar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/ProgressBar.py -------------------------------------------------------------------------------- /core/ratarmountcore/SQLiteBlobFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/SQLiteBlobFile.py -------------------------------------------------------------------------------- /core/ratarmountcore/SQLiteIndex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/SQLiteIndex.py -------------------------------------------------------------------------------- /core/ratarmountcore/SQLiteIndexedTarFsspec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/SQLiteIndexedTarFsspec.py -------------------------------------------------------------------------------- /core/ratarmountcore/StenciledFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/StenciledFile.py -------------------------------------------------------------------------------- /core/ratarmountcore/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/__init__.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/__init__.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/BootSectorHeader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/BootSectorHeader.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/DosDateTime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/DosDateTime.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/EightDotThree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/EightDotThree.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/FATDirectoryEntry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/FATDirectoryEntry.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/FSInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/FSInfo.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/FatIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/FatIO.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/LICENSE -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/PyFat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/PyFat.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/__init__.py -------------------------------------------------------------------------------- /core/ratarmountcore/_external/pyfatfs/_exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/_external/pyfatfs/_exceptions.py -------------------------------------------------------------------------------- /core/ratarmountcore/compressions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/compressions.py -------------------------------------------------------------------------------- /core/ratarmountcore/formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/formats.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/MountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/MountSource.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/SQLiteIndexMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/SQLiteIndexMountSource.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/__init__.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/archives.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/archives.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/compositing/automount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/compositing/automount.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/compositing/removeprefix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/compositing/removeprefix.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/compositing/singlefile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/compositing/singlefile.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/compositing/subvolumes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/compositing/subvolumes.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/compositing/union.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/compositing/union.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/compositing/versioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/compositing/versioning.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/factory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/factory.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/asar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/asar.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/ext4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/ext4.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/fat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/fat.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/folder.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/fsspec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/fsspec.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/git.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/git.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/libarchive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/libarchive.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/py7zr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/py7zr.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/rar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/rar.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/sqlar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/sqlar.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/squashfs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/squashfs.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/tar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/tar.py -------------------------------------------------------------------------------- /core/ratarmountcore/mountsource/formats/zip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/mountsource/formats/zip.py -------------------------------------------------------------------------------- /core/ratarmountcore/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/ratarmountcore/utils.py -------------------------------------------------------------------------------- /core/ratarmountcore/version.py: -------------------------------------------------------------------------------- 1 | __version__ = '0.10.2' 2 | -------------------------------------------------------------------------------- /core/tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/conftest.py -------------------------------------------------------------------------------- /core/tests/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/helpers.py -------------------------------------------------------------------------------- /core/tests/pytest.ini: -------------------------------------------------------------------------------- 1 | [pytest] 2 | enable_assertion_pass_hook=true 3 | -------------------------------------------------------------------------------- /core/tests/test_AutoMountLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_AutoMountLayer.py -------------------------------------------------------------------------------- /core/tests/test_BlockParallelReaders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_BlockParallelReaders.py -------------------------------------------------------------------------------- /core/tests/test_EXT4MountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_EXT4MountSource.py -------------------------------------------------------------------------------- /core/tests/test_LibarchiveMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_LibarchiveMountSource.py -------------------------------------------------------------------------------- /core/tests/test_Py7zrMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_Py7zrMountSource.py -------------------------------------------------------------------------------- /core/tests/test_RarMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_RarMountSource.py -------------------------------------------------------------------------------- /core/tests/test_RemovePrefixMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_RemovePrefixMountSource.py -------------------------------------------------------------------------------- /core/tests/test_SQLARMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SQLARMountSource.py -------------------------------------------------------------------------------- /core/tests/test_SQLiteBlobFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SQLiteBlobFile.py -------------------------------------------------------------------------------- /core/tests/test_SQLiteIndex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SQLiteIndex.py -------------------------------------------------------------------------------- /core/tests/test_SQLiteIndexMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SQLiteIndexMountSource.py -------------------------------------------------------------------------------- /core/tests/test_SQLiteIndexedTar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SQLiteIndexedTar.py -------------------------------------------------------------------------------- /core/tests/test_SQLiteIndexedTarFileSystem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SQLiteIndexedTarFileSystem.py -------------------------------------------------------------------------------- /core/tests/test_SingleFileMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SingleFileMountSource.py -------------------------------------------------------------------------------- /core/tests/test_SquashfsMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SquashfsMountSource.py -------------------------------------------------------------------------------- /core/tests/test_StenciledFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_StenciledFile.py -------------------------------------------------------------------------------- /core/tests/test_SubvolumesMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_SubvolumesMountSource.py -------------------------------------------------------------------------------- /core/tests/test_UnionMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_UnionMountSource.py -------------------------------------------------------------------------------- /core/tests/test_ZipMountSource.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_ZipMountSource.py -------------------------------------------------------------------------------- /core/tests/test_compressions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_compressions.py -------------------------------------------------------------------------------- /core/tests/test_factory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_factory.py -------------------------------------------------------------------------------- /core/tests/test_formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_formats.py -------------------------------------------------------------------------------- /core/tests/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/core/tests/test_utils.py -------------------------------------------------------------------------------- /docs/bzip2-format.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/docs/bzip2-format.svg -------------------------------------------------------------------------------- /docs/mounting-imagenet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/docs/mounting-imagenet.svg -------------------------------------------------------------------------------- /docs/presentation-2020-06.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/docs/presentation-2020-06.pdf -------------------------------------------------------------------------------- /docs/ratarmount-wallpaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/docs/ratarmount-wallpaper.svg -------------------------------------------------------------------------------- /docs/union-mounting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/docs/union-mounting.svg -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/pyproject.toml -------------------------------------------------------------------------------- /ratarmount.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount.svg -------------------------------------------------------------------------------- /ratarmount/CLIHelpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/CLIHelpers.py -------------------------------------------------------------------------------- /ratarmount/FuseMount.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/FuseMount.py -------------------------------------------------------------------------------- /ratarmount/WriteOverlay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/WriteOverlay.py -------------------------------------------------------------------------------- /ratarmount/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/__init__.py -------------------------------------------------------------------------------- /ratarmount/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/__main__.py -------------------------------------------------------------------------------- /ratarmount/actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/actions.py -------------------------------------------------------------------------------- /ratarmount/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/cli.py -------------------------------------------------------------------------------- /ratarmount/dependencies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/dependencies.py -------------------------------------------------------------------------------- /ratarmount/fuse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/fuse.py -------------------------------------------------------------------------------- /ratarmount/version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/ratarmount/version.py -------------------------------------------------------------------------------- /tests/.flake8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/.flake8 -------------------------------------------------------------------------------- /tests/.mypy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/.mypy.ini -------------------------------------------------------------------------------- /tests/.pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/.pylintrc -------------------------------------------------------------------------------- /tests/.ruff.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/.ruff.toml -------------------------------------------------------------------------------- /tests/.yamllint.yml: -------------------------------------------------------------------------------- 1 | --- 2 | 3 | extends: relaxed 4 | 5 | rules: 6 | line-length: "disable" 7 | -------------------------------------------------------------------------------- /tests/2k-recursive-tars.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/2k-recursive-tars.tar.bz2 -------------------------------------------------------------------------------- /tests/absolute-file-incremental.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/absolute-file-incremental.tar -------------------------------------------------------------------------------- /tests/base64.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/base64.gz -------------------------------------------------------------------------------- /tests/chimera-tbz2-zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/chimera-tbz2-zip -------------------------------------------------------------------------------- /tests/clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/clean.sh -------------------------------------------------------------------------------- /tests/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/common.sh -------------------------------------------------------------------------------- /tests/compressed-100-times.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/compressed-100-times.gz -------------------------------------------------------------------------------- /tests/compressed-100-times.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/compressed-100-times.tar.gz -------------------------------------------------------------------------------- /tests/compressed-1000-times.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/compressed-1000-times.gz -------------------------------------------------------------------------------- /tests/compressed-1000-times.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/compressed-1000-times.tar.gz -------------------------------------------------------------------------------- /tests/concatenated.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/concatenated.tar -------------------------------------------------------------------------------- /tests/create-fixed-archives-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/create-fixed-archives-list.sh -------------------------------------------------------------------------------- /tests/create-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/create-tests.sh -------------------------------------------------------------------------------- /tests/denormal-paths-tarfile.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/denormal-paths-tarfile.tar -------------------------------------------------------------------------------- /tests/denormal-paths.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/denormal-paths.rar -------------------------------------------------------------------------------- /tests/denormal-paths.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/denormal-paths.tar -------------------------------------------------------------------------------- /tests/denormal-paths.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/denormal-paths.zip -------------------------------------------------------------------------------- /tests/directly-nested-tar.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/directly-nested-tar.tar -------------------------------------------------------------------------------- /tests/double-compressed-nested-tar.tar.7z.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/double-compressed-nested-tar.tar.7z.7z -------------------------------------------------------------------------------- /tests/double-compressed-nested-tar.tbz2.tbz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/double-compressed-nested-tar.tbz2.tbz2 -------------------------------------------------------------------------------- /tests/double-compressed-nested-tar.tgz.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/double-compressed-nested-tar.tgz.tgz -------------------------------------------------------------------------------- /tests/empty.asar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/empty.asar -------------------------------------------------------------------------------- /tests/empty.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/empty.tar -------------------------------------------------------------------------------- /tests/encrypted-headers-nested-tar.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-headers-nested-tar.rar -------------------------------------------------------------------------------- /tests/encrypted-nested-tar-rar4.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-nested-tar-rar4.rar -------------------------------------------------------------------------------- /tests/encrypted-nested-tar.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-nested-tar.7z -------------------------------------------------------------------------------- /tests/encrypted-nested-tar.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-nested-tar.rar -------------------------------------------------------------------------------- /tests/encrypted-nested-tar.sqlar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-nested-tar.sqlar -------------------------------------------------------------------------------- /tests/encrypted-nested-tar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-nested-tar.zip -------------------------------------------------------------------------------- /tests/encrypted-without-headers-nested-tar.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/encrypted-without-headers-nested-tar.rar -------------------------------------------------------------------------------- /tests/file-existing-as-non-link-and-link.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/file-existing-as-non-link-and-link.tar -------------------------------------------------------------------------------- /tests/file-in-non-existing-folder.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/file-in-non-existing-folder.7z -------------------------------------------------------------------------------- /tests/file-in-non-existing-folder.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/file-in-non-existing-folder.rar -------------------------------------------------------------------------------- /tests/file-in-non-existing-folder.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/file-in-non-existing-folder.zip -------------------------------------------------------------------------------- /tests/file-with-attribute.bsd.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/file-with-attribute.bsd.tar.bz2 -------------------------------------------------------------------------------- /tests/file-with-attribute.gnu.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/file-with-attribute.gnu.tar.bz2 -------------------------------------------------------------------------------- /tests/folder-symlink.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.7z -------------------------------------------------------------------------------- /tests/folder-symlink.fat12.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.fat12.bz2 -------------------------------------------------------------------------------- /tests/folder-symlink.gzip.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.gzip.squashfs -------------------------------------------------------------------------------- /tests/folder-symlink.lz4.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.lz4.squashfs -------------------------------------------------------------------------------- /tests/folder-symlink.lzma.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.lzma.squashfs -------------------------------------------------------------------------------- /tests/folder-symlink.lzo.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.lzo.squashfs -------------------------------------------------------------------------------- /tests/folder-symlink.no-compression.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.no-compression.squashfs -------------------------------------------------------------------------------- /tests/folder-symlink.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.rar -------------------------------------------------------------------------------- /tests/folder-symlink.xz.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.xz.squashfs -------------------------------------------------------------------------------- /tests/folder-symlink.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.zip -------------------------------------------------------------------------------- /tests/folder-symlink.zstd.squashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-symlink.zstd.squashfs -------------------------------------------------------------------------------- /tests/folder-with-leading-dot-slash.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/folder-with-leading-dot-slash.tar -------------------------------------------------------------------------------- /tests/gnu-sparse-files.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/gnu-sparse-files.tar -------------------------------------------------------------------------------- /tests/hardlink.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/hardlink.tar -------------------------------------------------------------------------------- /tests/hello-world.warc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/hello-world.warc -------------------------------------------------------------------------------- /tests/incremental-backup.level.0.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/incremental-backup.level.0.tar -------------------------------------------------------------------------------- /tests/incremental-backup.level.1.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/incremental-backup.level.1.tar -------------------------------------------------------------------------------- /tests/install-smbd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/install-smbd.sh -------------------------------------------------------------------------------- /tests/mockup-self-extracting.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/mockup-self-extracting.zip -------------------------------------------------------------------------------- /tests/nested-directly-compressed.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-directly-compressed.tar.bz2 -------------------------------------------------------------------------------- /tests/nested-special-char.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-special-char.tar -------------------------------------------------------------------------------- /tests/nested-symlinks.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-symlinks.tar -------------------------------------------------------------------------------- /tests/nested-tar-10M.ext4.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar-10M.ext4.bz2 -------------------------------------------------------------------------------- /tests/nested-tar-1M.ext4.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar-1M.ext4.bz2 -------------------------------------------------------------------------------- /tests/nested-tar-compressed.sqlar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar-compressed.sqlar -------------------------------------------------------------------------------- /tests/nested-tar-denormal.sqlar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar-denormal.sqlar -------------------------------------------------------------------------------- /tests/nested-tar-trailing-slash.sqlar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar-trailing-slash.sqlar -------------------------------------------------------------------------------- /tests/nested-tar-with-overlapping-name.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar-with-overlapping-name.tar -------------------------------------------------------------------------------- /tests/nested-tar.asar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar.asar -------------------------------------------------------------------------------- /tests/nested-tar.index.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar.index.sqlite -------------------------------------------------------------------------------- /tests/nested-tar.skippable-frame.lz4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar.skippable-frame.lz4 -------------------------------------------------------------------------------- /tests/nested-tar.sqlar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar.sqlar -------------------------------------------------------------------------------- /tests/nested-tar.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar.tar -------------------------------------------------------------------------------- /tests/nested-tar.tar.pzstd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-tar.tar.pzstd -------------------------------------------------------------------------------- /tests/nested-with-symlink.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-with-symlink.7z -------------------------------------------------------------------------------- /tests/nested-with-symlink.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-with-symlink.rar -------------------------------------------------------------------------------- /tests/nested-with-symlink.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/nested-with-symlink.zip -------------------------------------------------------------------------------- /tests/new-incremental-backup.level.0.snar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/new-incremental-backup.level.0.snar -------------------------------------------------------------------------------- /tests/new-incremental-backup.level.1.snar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/new-incremental-backup.level.1.snar -------------------------------------------------------------------------------- /tests/packed-100-times.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/packed-100-times.tar.gz -------------------------------------------------------------------------------- /tests/packed-5-times.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/packed-5-times.tar.gz -------------------------------------------------------------------------------- /tests/rar-misrecognized-as-zip.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/rar-misrecognized-as-zip.rar -------------------------------------------------------------------------------- /tests/rar.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/rar.zip -------------------------------------------------------------------------------- /tests/ratarmount-help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/ratarmount-help.txt -------------------------------------------------------------------------------- /tests/requirements-tests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/requirements-tests.txt -------------------------------------------------------------------------------- /tests/run-complex-usage-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/run-complex-usage-tests.sh -------------------------------------------------------------------------------- /tests/run-fixed-archive-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/run-fixed-archive-tests.sh -------------------------------------------------------------------------------- /tests/run-remote-backend-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/run-remote-backend-tests.sh -------------------------------------------------------------------------------- /tests/run-style-checkers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/run-style-checkers.sh -------------------------------------------------------------------------------- /tests/runtests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/runtests.sh -------------------------------------------------------------------------------- /tests/simple-file-split-in-archive.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple-file-split-in-archive.tar -------------------------------------------------------------------------------- /tests/simple-file-split.001: -------------------------------------------------------------------------------- 1 | foo 2 | -------------------------------------------------------------------------------- /tests/simple-file-split.002: -------------------------------------------------------------------------------- 1 | bar 2 | -------------------------------------------------------------------------------- /tests/simple.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.Z -------------------------------------------------------------------------------- /tests/simple.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.bz2 -------------------------------------------------------------------------------- /tests/simple.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.gz -------------------------------------------------------------------------------- /tests/simple.lrz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.lrz -------------------------------------------------------------------------------- /tests/simple.lz4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.lz4 -------------------------------------------------------------------------------- /tests/simple.lzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.lzip -------------------------------------------------------------------------------- /tests/simple.lzma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.lzma -------------------------------------------------------------------------------- /tests/simple.lzo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.lzo -------------------------------------------------------------------------------- /tests/simple.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.xz -------------------------------------------------------------------------------- /tests/simple.zlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.zlib -------------------------------------------------------------------------------- /tests/simple.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/simple.zst -------------------------------------------------------------------------------- /tests/single-file-incremental-long-name-mockup.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-incremental-long-name-mockup.tar -------------------------------------------------------------------------------- /tests/single-file-incremental-long-name.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-incremental-long-name.tar -------------------------------------------------------------------------------- /tests/single-file-incremental-mockup.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-incremental-mockup.tar -------------------------------------------------------------------------------- /tests/single-file-incremental.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-incremental.tar -------------------------------------------------------------------------------- /tests/single-file-split.tar.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-split.tar.001 -------------------------------------------------------------------------------- /tests/single-file-split.tar.002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-split.tar.002 -------------------------------------------------------------------------------- /tests/single-file-with-leading-dot-slash.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file-with-leading-dot-slash.tar -------------------------------------------------------------------------------- /tests/single-file.ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.ar -------------------------------------------------------------------------------- /tests/single-file.bin.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.bin.cpio -------------------------------------------------------------------------------- /tests/single-file.cab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.cab -------------------------------------------------------------------------------- /tests/single-file.crc.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.crc.cpio -------------------------------------------------------------------------------- /tests/single-file.hpbin.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.hpbin.cpio -------------------------------------------------------------------------------- /tests/single-file.hpodc.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.hpodc.cpio -------------------------------------------------------------------------------- /tests/single-file.iso.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.iso.bz2 -------------------------------------------------------------------------------- /tests/single-file.newc.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.newc.cpio -------------------------------------------------------------------------------- /tests/single-file.odc.cpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.odc.cpio -------------------------------------------------------------------------------- /tests/single-file.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.tar -------------------------------------------------------------------------------- /tests/single-file.xar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-file.xar -------------------------------------------------------------------------------- /tests/single-nested-file.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-nested-file.tar -------------------------------------------------------------------------------- /tests/single-nested-folder.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-nested-folder.tar -------------------------------------------------------------------------------- /tests/single-self-link.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/single-self-link.tar -------------------------------------------------------------------------------- /tests/sparse-file-larger-than-8GiB-followed-by-normal-file.tar.zst.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/sparse-file-larger-than-8GiB-followed-by-normal-file.tar.zst.zst -------------------------------------------------------------------------------- /tests/sparse.gnu.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/sparse.gnu.tar -------------------------------------------------------------------------------- /tests/sparse.pax.sparse-0.0.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/sparse.pax.sparse-0.0.tar -------------------------------------------------------------------------------- /tests/sparse.pax.sparse-0.1.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/sparse.pax.sparse-0.1.tar -------------------------------------------------------------------------------- /tests/sparse.pax.sparse-1.0.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/sparse.pax.sparse-1.0.tar -------------------------------------------------------------------------------- /tests/special-char.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/special-char.tar -------------------------------------------------------------------------------- /tests/start-asyncssh-server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/start-asyncssh-server.py -------------------------------------------------------------------------------- /tests/symlinks.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/symlinks.tar -------------------------------------------------------------------------------- /tests/tar-with-1-folders-with-1000-files-0B-files.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/tar-with-1-folders-with-1000-files-0B-files.tar.bz2 -------------------------------------------------------------------------------- /tests/tar-with-10-folders-with-1000-files-0B-files.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/tar-with-10-folders-with-1000-files-0B-files.tar.bz2 -------------------------------------------------------------------------------- /tests/tar-with-100-folders-with-1000-files-0B-files.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/tar-with-100-folders-with-1000-files-0B-files.tar.bz2 -------------------------------------------------------------------------------- /tests/tar-with-300-folders-with-1000-files-0B-files.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/tar-with-300-folders-with-1000-files-0B-files.tar.bz2 -------------------------------------------------------------------------------- /tests/test_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/test_cli.py -------------------------------------------------------------------------------- /tests/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/tests.py -------------------------------------------------------------------------------- /tests/triple-compressed-nested-tar.tgz.tgz.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/triple-compressed-nested-tar.tgz.tgz.gz -------------------------------------------------------------------------------- /tests/truncated.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/truncated.tar -------------------------------------------------------------------------------- /tests/two-large-files-32Ki-lines-each-1023B.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/two-large-files-32Ki-lines-each-1023B.7z -------------------------------------------------------------------------------- /tests/two-large-files-32Ki-lines-each-1024B.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/two-large-files-32Ki-lines-each-1024B.7z -------------------------------------------------------------------------------- /tests/two-self-links-to-existing-file.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/two-self-links-to-existing-file.tar -------------------------------------------------------------------------------- /tests/two-self-links.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/two-self-links.tar -------------------------------------------------------------------------------- /tests/updated-file-implicitly-with-folder.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/updated-file-implicitly-with-folder.tar -------------------------------------------------------------------------------- /tests/updated-file-with-folder.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/updated-file-with-folder.tar -------------------------------------------------------------------------------- /tests/updated-file.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/updated-file.tar -------------------------------------------------------------------------------- /tests/updated-folder-with-file.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/updated-folder-with-file.tar -------------------------------------------------------------------------------- /tests/updated-folder.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/updated-folder.tar -------------------------------------------------------------------------------- /tests/wait-for-port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/wait-for-port.py -------------------------------------------------------------------------------- /tests/zeros.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/zeros.bz2 -------------------------------------------------------------------------------- /tests/zeros.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/zeros.gz -------------------------------------------------------------------------------- /tests/zeros.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/zeros.xz -------------------------------------------------------------------------------- /tests/zeros.zst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/zeros.zst -------------------------------------------------------------------------------- /tests/zip.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/zip.7z -------------------------------------------------------------------------------- /tests/zip.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mxmlnkn/ratarmount/HEAD/tests/zip.rar --------------------------------------------------------------------------------