/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
Go to fileHistoryFork
Jeremy Magland upload dataset .json a09013d 41 Commits
.githubfix benchmark.yml
.vscodelinks to source code
develmarkov bench
scriptsupdate script
web-uiupload dataset .json
zia_benchmarkupload dataset .json
.gitignoremarkov bench
README.mddelta encoding
test1.pytest real data

zia#

A benchmarking framework for evaluating compression algorithms on integer array datasets, with a focus on scientific data.

Overview#

Zia provides systematic benchmarking of compression methods for integer arrays, measuring:

  • Compression ratio
  • Encoding throughput (MB/s)
  • Decoding throughput (MB/s)

Repository Structure#

Key components are located in the zia_benchmark/src/zia_benchmark/ directory:

  • Algorithms: /algorithms/

    • LZMA: /algorithms/lzma/
    • Zstandard: /algorithms/zstd/
    • ZLIB: /algorithms/zlib/
    • Simple ANS: /algorithms/simple_ans/
    • etc.
  • Datasets: /datasets/

    • Synthetic data generators:
      • /datasets/bernoulli/: Binary random data
      • /datasets/gaussian/: Normal distribution samples
    • Real data: /datasets/real/
    • etc.
  • Core functionality:

    • run_benchmarks.py: Main benchmarking engine

Results#

Latest benchmark results: https://magland.github.io/zia/

moveopenescclose