This website requires JavaScript.
Explore
Minetest
Help
Sign In
facebook
/
zstd
Watch
1
Star
0
Fork
You've already forked zstd
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
10647924f1
zstd
/
contrib
/
single_file_libs
/
.gitignore
10 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
minor markdown formatting fix
2020-05-26 13:15:35 -07:00
# build artifacts
Added Emscripten example, removed Buck, minor tidy Work-in-progress. Added simple Emscripten WebGL example that adds 25kB when build with Zstd. Removed Buck (will replace). Minor correctness.
2019-08-26 12:28:19 -07:00
zstddeclib.c
Single-file decoder script can now (optionally) create an encoder To complement the single-file decoder a new script was added to create an amalgamated single-file of all of the Zstd source, along with examples and (simple) tests.
2020-04-03 10:07:46 -07:00
zstdenclib.c
zstd.c
Code replicated in compression and decompression moved to shared headers `CHECK_F` macro moved to `error_private.h` (shared between `fse_compress.c` and `fse_decompress.c`). `ZSTD_limitCopy()` moved to `zstd_internal.h` (shared between `zstd_compress.c` and `zstd_decompress.c`). Erroneous build artefact `zstd.h` removed from repo.
2020-04-07 02:02:06 -07:00
zstd.h
minor markdown formatting fix
2020-05-26 13:15:35 -07:00
# test artifacts
temp*