Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library to enable random access to multi-block xz files.

Using the algorithm described here https://blastedbio.blogspot.com/2013/04/random-access-to-blocked-xz-format-bxzf.html

How to compress

try something like

pv file | xz --block-size 1KiB -T 0 > file.xz

How to check if compressed file will work

xz --list test.xz 
Strms  Blocks   Compressed Uncompressed  Ratio  Check   Filename
    1   9,766      9.8 MiB  9,765.6 KiB  1.031  CRC64   test.xz

to get good random access performance, block size should be relatively small

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages