Skip to content

fulcrumgenomics/bgzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgzf

Build Status license Version info

This library provides both high level readers and writers for the BGZF format as well as lower level compressor and decompressor functions.

Bgzf is a multi-gzip format that adds an extra field to the header indicating how large the complete block (with header and footer) is.

Documentation and Examples

Please see the generated Rust Docs.

Benchmarks

Run the compression benchmarks with:

cargo bench

This runs Criterion benchmarks measuring:

  • Single block compression at various levels
  • Writer throughput

About

BGZF compression library in Rust

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages