LICENSE |
|
1311 |
lz4.c |
-************************************
Tuning parameters
************************************ |
118145 |
lz4.h |
--- Dependency --- |
46014 |
lz4file.c |
malloc, free |
9359 |
lz4file.h |
FILE* |
3317 |
lz4frame.c |
LZ4F is a stand-alone API to create LZ4-compressed Frames
in full conformance with specification v1.6.1 .
This library rely upon memory management capabilities (malloc, free)
provided either by <stdlib.h>,
or redirected towards another library of user's choice
(see Memory Routines below).
|
91373 |
lz4frame.h |
LZ4F is a stand-alone API able to create and decode LZ4 frames
conformant with specification v1.6.1 in doc/lz4_Frame_format.md .
Generated frames are compatible with `lz4` CLI.
LZ4F also offers streaming capabilities.
lz4.h is not required when using lz4frame.h,
except to extract common constants such as LZ4_VERSION_NUMBER.
|
36085 |
lz4frame_static.h |
The declarations that formerly were made here have been merged into
lz4frame.h, protected by the LZ4F_STATIC_LINKING_ONLY macro. Going forward,
it is recommended to simply include that header directly.
|
2044 |
lz4hc.c |
note : lz4hc is not an independent module, it requires lz4.h/lz4.c for proper compilation |
93376 |
lz4hc.h |
--- Dependency --- |
20308 |
README.md |
LZ4 - Library Files |
9063 |
README.mozilla |
This directory contains the LZ4 source from the upstream repo: |
788 |
xxhash.c |
xxhash.c instantiates functions defined in xxhash.h
|
1855 |
xxhash.h |
|
253096 |