]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add raw seek table construction API and parallel compression example 654/head
authorSean Purcell <me@seanp.xyz>
Fri, 28 Apr 2017 19:17:09 +0000 (12:17 -0700)
committerSean Purcell <me@seanp.xyz>
Fri, 28 Apr 2017 19:17:09 +0000 (12:17 -0700)
commit470993c9b11dff9fcf1f457b297edbbeef00565f
treebaa8cee307419942aba6b3a1bdafc8a4b52c2b10
parent7d37ca1d5bcf1200b948d414f25a3e96e264400d
Add raw seek table construction API and parallel compression example
contrib/seekable_format/examples/.gitignore
contrib/seekable_format/examples/Makefile
contrib/seekable_format/examples/parallel_compression.c [new file with mode: 0644]
contrib/seekable_format/examples/parallel_processing.c
contrib/seekable_format/zstd_seekable.h
contrib/seekable_format/zstdseek_compress.c