The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/zstd/doc/README.md

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Zstandard Documentation
    2 =======================
    3 
    4 This directory contains material defining the Zstandard format,
    5 as well as detailed instructions to use `zstd` library.
    6 
    7 __`zstd_manual.html`__ : Documentation of `zstd.h` API, in html format.
    8 Click on this link: [http://zstd.net/zstd_manual.html](http://zstd.net/zstd_manual.html)
    9 to display documentation of latest release in readable format within a browser.
   10 
   11 __`zstd_compression_format.md`__ : This document defines the Zstandard compression format.
   12 Compliant decoders must adhere to this document,
   13 and compliant encoders must generate data that follows it.
   14 
   15 Should you look for resources to develop your own port of Zstandard algorithm,
   16 you may find the following resources useful :
   17 
   18 __`educational_decoder`__ : This directory contains an implementation of a Zstandard decoder,
   19 compliant with the Zstandard compression format.
   20 It can be used, for example, to better understand the format,
   21 or as the basis for a separate implementation of Zstandard decoder.
   22 
   23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-generate-zstandard-frames-for-decoder-testing) :
   24 This tool, stored in `/tests` directory, is able to generate random valid frames,
   25 which is useful if you wish to test your decoder and verify it fully supports the specification.

Cache object: 59d9f7aa4406a4297d77b30ed4192ec6


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.