Files in zstdr
R Bindings to the 'Zstandard' Compression Library

configure.ac
tests
tests/testthat.R
tests/testthat
tests/testthat/test-compress.R
tests/testthat/data.txt
src
src/third_party
src/third_party/zstd-1.2.0
src/third_party/zstd-1.2.0/examples
src/third_party/zstd-1.2.0/examples/simple_compression.c
src/third_party/zstd-1.2.0/examples/multiple_streaming_compression.c
src/third_party/zstd-1.2.0/examples/streaming_compression.c
src/third_party/zstd-1.2.0/examples/README.md
src/third_party/zstd-1.2.0/examples/streaming_decompression.c
src/third_party/zstd-1.2.0/examples/simple_decompression.c
src/third_party/zstd-1.2.0/LICENSE-examples
src/third_party/zstd-1.2.0/tests
src/third_party/zstd-1.2.0/tests/playTests.sh
src/third_party/zstd-1.2.0/tests/datagencli.c
src/third_party/zstd-1.2.0/tests/legacy.c
src/third_party/zstd-1.2.0/tests/decodecorpus.c
src/third_party/zstd-1.2.0/tests/test-zstd-versions.py
src/third_party/zstd-1.2.0/tests/fuzzer.c
src/third_party/zstd-1.2.0/tests/zstreamtest.c
src/third_party/zstd-1.2.0/tests/gzip
src/third_party/zstd-1.2.0/tests/gzip/zdiff.sh
src/third_party/zstd-1.2.0/tests/gzip/keep.sh
src/third_party/zstd-1.2.0/tests/gzip/mixed.sh
src/third_party/zstd-1.2.0/tests/gzip/hufts.sh
src/third_party/zstd-1.2.0/tests/gzip/init.sh
src/third_party/zstd-1.2.0/tests/gzip/trailing-nul.sh
src/third_party/zstd-1.2.0/tests/gzip/memcpy-abuse.sh
src/third_party/zstd-1.2.0/tests/gzip/init.cfg
src/third_party/zstd-1.2.0/tests/gzip/zgrep-signal.sh
src/third_party/zstd-1.2.0/tests/gzip/helin-segv.sh
src/third_party/zstd-1.2.0/tests/gzip/hufts-segv.gz
src/third_party/zstd-1.2.0/tests/gzip/unpack-invalid.sh
src/third_party/zstd-1.2.0/tests/gzip/test-driver.sh
src/third_party/zstd-1.2.0/tests/gzip/help-version.sh
src/third_party/zstd-1.2.0/tests/gzip/gzip-env.sh
src/third_party/zstd-1.2.0/tests/gzip/z-suffix.sh
src/third_party/zstd-1.2.0/tests/gzip/znew-k.sh
src/third_party/zstd-1.2.0/tests/gzip/null-suffix-clobber.sh
src/third_party/zstd-1.2.0/tests/gzip/zgrep-f.sh
src/third_party/zstd-1.2.0/tests/gzip/stdin.sh
src/third_party/zstd-1.2.0/tests/gzip/list.sh
src/third_party/zstd-1.2.0/tests/gzip/zgrep-context.sh
src/third_party/zstd-1.2.0/tests/longmatch.c
src/third_party/zstd-1.2.0/tests/README.md
src/third_party/zstd-1.2.0/tests/namespaceTest.c
src/third_party/zstd-1.2.0/tests/fullbench.c
src/third_party/zstd-1.2.0/tests/test-zstd-speed.py
src/third_party/zstd-1.2.0/tests/symbols.c
src/third_party/zstd-1.2.0/tests/pool.c
src/third_party/zstd-1.2.0/tests/zbufftest.c
src/third_party/zstd-1.2.0/tests/invalidDictionaries.c
src/third_party/zstd-1.2.0/tests/roundTripCrash.c
src/third_party/zstd-1.2.0/tests/paramgrill.c
src/third_party/zstd-1.2.0/circle.yml
src/third_party/zstd-1.2.0/lib
src/third_party/zstd-1.2.0/lib/decompress
src/third_party/zstd-1.2.0/lib/decompress/huf_decompress.c
src/third_party/zstd-1.2.0/lib/decompress/zstd_decompress.c
src/third_party/zstd-1.2.0/lib/legacy
src/third_party/zstd-1.2.0/lib/legacy/zstd_v04.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_v05.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v04.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v07.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_v07.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v05.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_legacy.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_v02.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_v01.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v06.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v06.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_v03.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v03.h
src/third_party/zstd-1.2.0/lib/legacy/zstd_v02.c
src/third_party/zstd-1.2.0/lib/legacy/zstd_v01.h
src/third_party/zstd-1.2.0/lib/BUCK
src/third_party/zstd-1.2.0/lib/deprecated
src/third_party/zstd-1.2.0/lib/deprecated/zbuff_decompress.c
src/third_party/zstd-1.2.0/lib/deprecated/zbuff_compress.c
src/third_party/zstd-1.2.0/lib/deprecated/zbuff.h
src/third_party/zstd-1.2.0/lib/deprecated/zbuff_common.c
src/third_party/zstd-1.2.0/lib/README.md
src/third_party/zstd-1.2.0/lib/common
src/third_party/zstd-1.2.0/lib/common/xxhash.h
src/third_party/zstd-1.2.0/lib/common/zstd_errors.h
src/third_party/zstd-1.2.0/lib/common/error_private.c
src/third_party/zstd-1.2.0/lib/common/fse_decompress.c
src/third_party/zstd-1.2.0/lib/common/zstd_internal.h
src/third_party/zstd-1.2.0/lib/common/mem.h
src/third_party/zstd-1.2.0/lib/common/pool.h
src/third_party/zstd-1.2.0/lib/common/fse.h
src/third_party/zstd-1.2.0/lib/common/error_private.h
src/third_party/zstd-1.2.0/lib/common/entropy_common.c
src/third_party/zstd-1.2.0/lib/common/xxhash.c
src/third_party/zstd-1.2.0/lib/common/bitstream.h
src/third_party/zstd-1.2.0/lib/common/huf.h
src/third_party/zstd-1.2.0/lib/common/threading.h
src/third_party/zstd-1.2.0/lib/common/pool.c
src/third_party/zstd-1.2.0/lib/common/threading.c
src/third_party/zstd-1.2.0/lib/common/zstd_common.c
src/third_party/zstd-1.2.0/lib/dll
src/third_party/zstd-1.2.0/lib/dll/libzstd.def
src/third_party/zstd-1.2.0/lib/dll/example
src/third_party/zstd-1.2.0/lib/dll/example/README.md
src/third_party/zstd-1.2.0/lib/dll/example/fullbench-dll.vcxproj
src/third_party/zstd-1.2.0/lib/dll/example/fullbench-dll.sln
src/third_party/zstd-1.2.0/lib/dll/example/build_package.bat
src/third_party/zstd-1.2.0/lib/zstd.h
src/third_party/zstd-1.2.0/lib/libzstd.pc.in
src/third_party/zstd-1.2.0/lib/compress
src/third_party/zstd-1.2.0/lib/compress/huf_compress.c
src/third_party/zstd-1.2.0/lib/compress/fse_compress.c
src/third_party/zstd-1.2.0/lib/compress/zstdmt_compress.c
src/third_party/zstd-1.2.0/lib/compress/zstdmt_compress.h
src/third_party/zstd-1.2.0/lib/compress/zstd_opt.h
src/third_party/zstd-1.2.0/lib/compress/zstd_compress.c
src/third_party/zstd-1.2.0/lib/dictBuilder
src/third_party/zstd-1.2.0/lib/dictBuilder/zdict.c
src/third_party/zstd-1.2.0/lib/dictBuilder/cover.c
src/third_party/zstd-1.2.0/lib/dictBuilder/divsufsort.c
src/third_party/zstd-1.2.0/lib/dictBuilder/zdict.h
src/third_party/zstd-1.2.0/lib/dictBuilder/divsufsort.h
src/third_party/zstd-1.2.0/NEWS
src/third_party/zstd-1.2.0/README.md
src/third_party/zstd-1.2.0/programs
src/third_party/zstd-1.2.0/programs/windres
src/third_party/zstd-1.2.0/programs/windres/zstd64.res
src/third_party/zstd-1.2.0/programs/windres/zstd.rc
src/third_party/zstd-1.2.0/programs/windres/zstd32.res
src/third_party/zstd-1.2.0/programs/windres/verrsrc.h
src/third_party/zstd-1.2.0/programs/datagen.h
src/third_party/zstd-1.2.0/programs/dibio.c
src/third_party/zstd-1.2.0/programs/bench.c
src/third_party/zstd-1.2.0/programs/zstdgrep
src/third_party/zstd-1.2.0/programs/zstd.1.md
src/third_party/zstd-1.2.0/programs/bench.h
src/third_party/zstd-1.2.0/programs/fileio.h
src/third_party/zstd-1.2.0/programs/BUCK
src/third_party/zstd-1.2.0/programs/zstdcli.c
src/third_party/zstd-1.2.0/programs/README.md
src/third_party/zstd-1.2.0/programs/util.h
src/third_party/zstd-1.2.0/programs/zstd.1
src/third_party/zstd-1.2.0/programs/fileio.c
src/third_party/zstd-1.2.0/programs/dibio.h
src/third_party/zstd-1.2.0/programs/zstdless
src/third_party/zstd-1.2.0/programs/platform.h
src/third_party/zstd-1.2.0/programs/datagen.c
src/third_party/zstd-1.2.0/build
src/third_party/zstd-1.2.0/build/VS_scripts
src/third_party/zstd-1.2.0/build/VS_scripts/build.VS2010.cmd
src/third_party/zstd-1.2.0/build/VS_scripts/build.VS2015.cmd
src/third_party/zstd-1.2.0/build/VS_scripts/README.md
src/third_party/zstd-1.2.0/build/VS_scripts/build.VS2012.cmd
src/third_party/zstd-1.2.0/build/VS_scripts/build.VS2013.cmd
src/third_party/zstd-1.2.0/build/VS_scripts/build.generic.cmd
src/third_party/zstd-1.2.0/build/VS2010
src/third_party/zstd-1.2.0/build/VS2010/zstd.sln
src/third_party/zstd-1.2.0/build/VS2010/libzstd-dll
src/third_party/zstd-1.2.0/build/VS2010/libzstd-dll/libzstd-dll.vcxproj
src/third_party/zstd-1.2.0/build/VS2010/libzstd-dll/libzstd-dll.rc
src/third_party/zstd-1.2.0/build/VS2010/fullbench
src/third_party/zstd-1.2.0/build/VS2010/fullbench/fullbench.vcxproj
src/third_party/zstd-1.2.0/build/VS2010/datagen
src/third_party/zstd-1.2.0/build/VS2010/datagen/datagen.vcxproj
src/third_party/zstd-1.2.0/build/VS2010/fuzzer
src/third_party/zstd-1.2.0/build/VS2010/fuzzer/fuzzer.vcxproj
src/third_party/zstd-1.2.0/build/VS2010/CompileAsCpp.props
src/third_party/zstd-1.2.0/build/VS2010/fullbench-dll
src/third_party/zstd-1.2.0/build/VS2010/fullbench-dll/fullbench-dll.vcxproj
src/third_party/zstd-1.2.0/build/VS2010/libzstd
src/third_party/zstd-1.2.0/build/VS2010/libzstd/libzstd.vcxproj
src/third_party/zstd-1.2.0/build/cmake
src/third_party/zstd-1.2.0/build/cmake/tests
src/third_party/zstd-1.2.0/build/cmake/tests/CMakeLists.txt
src/third_party/zstd-1.2.0/build/cmake/CMakeLists.txt
src/third_party/zstd-1.2.0/build/cmake/lib
src/third_party/zstd-1.2.0/build/cmake/lib/CMakeLists.txt
src/third_party/zstd-1.2.0/build/cmake/lib/pkgconfig.cmake
src/third_party/zstd-1.2.0/build/cmake/lib/cmake_uninstall.cmake.in
src/third_party/zstd-1.2.0/build/cmake/programs
src/third_party/zstd-1.2.0/build/cmake/programs/CMakeLists.txt
src/third_party/zstd-1.2.0/build/cmake/CMakeModules
src/third_party/zstd-1.2.0/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake
src/third_party/zstd-1.2.0/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake
src/third_party/zstd-1.2.0/build/cmake/contrib
src/third_party/zstd-1.2.0/build/cmake/contrib/CMakeLists.txt
src/third_party/zstd-1.2.0/build/cmake/contrib/pzstd
src/third_party/zstd-1.2.0/build/cmake/contrib/pzstd/CMakeLists.txt
src/third_party/zstd-1.2.0/build/cmake/contrib/gen_html
src/third_party/zstd-1.2.0/build/cmake/contrib/gen_html/CMakeLists.txt
src/third_party/zstd-1.2.0/build/README.md src/third_party/zstd-1.2.0/TESTING.md src/third_party/zstd-1.2.0/CONTRIBUTING.md
src/third_party/zstd-1.2.0/PATENTS
src/third_party/zstd-1.2.0/doc
src/third_party/zstd-1.2.0/doc/educational_decoder
src/third_party/zstd-1.2.0/doc/educational_decoder/zstd_decompress.h
src/third_party/zstd-1.2.0/doc/educational_decoder/README.md
src/third_party/zstd-1.2.0/doc/educational_decoder/harness.c
src/third_party/zstd-1.2.0/doc/educational_decoder/zstd_decompress.c
src/third_party/zstd-1.2.0/doc/images
src/third_party/zstd-1.2.0/doc/images/DCspeed5.png
src/third_party/zstd-1.2.0/doc/images/Dspeed4.png
src/third_party/zstd-1.2.0/doc/images/Cspeed4.png
src/third_party/zstd-1.2.0/doc/images/dict-ds.png
src/third_party/zstd-1.2.0/doc/images/dict-cr.png
src/third_party/zstd-1.2.0/doc/images/dict-cs.png
src/third_party/zstd-1.2.0/doc/README.md
src/third_party/zstd-1.2.0/doc/zstd_manual.html
src/third_party/zstd-1.2.0/doc/zstd_compression_format.md
src/third_party/zstd-1.2.0/LICENSE
src/third_party/zstd-1.2.0/zlibWrapper
src/third_party/zstd-1.2.0/zlibWrapper/examples
src/third_party/zstd-1.2.0/zlibWrapper/examples/fitblk_original.c
src/third_party/zstd-1.2.0/zlibWrapper/examples/minigzip.c
src/third_party/zstd-1.2.0/zlibWrapper/examples/example_original.c
src/third_party/zstd-1.2.0/zlibWrapper/gzread.c
src/third_party/zstd-1.2.0/zlibWrapper/gzwrite.c
src/third_party/zstd-1.2.0/zlibWrapper/BUCK
src/third_party/zstd-1.2.0/zlibWrapper/README.md
src/third_party/zstd-1.2.0/zlibWrapper/gzclose.c
src/third_party/zstd-1.2.0/zlibWrapper/gzcompatibility.h
src/third_party/zstd-1.2.0/zlibWrapper/zstd_zlibwrapper.c
src/third_party/zstd-1.2.0/zlibWrapper/gzlib.c
src/third_party/zstd-1.2.0/zlibWrapper/gzguts.h
src/third_party/zstd-1.2.0/zlibWrapper/zstd_zlibwrapper.h
src/third_party/zstd-1.2.0/contrib
src/third_party/zstd-1.2.0/contrib/cleanTabs
src/third_party/zstd-1.2.0/contrib/pzstd
src/third_party/zstd-1.2.0/contrib/pzstd/SkippableFrame.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/images
src/third_party/zstd-1.2.0/contrib/pzstd/images/Cspeed.png
src/third_party/zstd-1.2.0/contrib/pzstd/images/Dspeed.png
src/third_party/zstd-1.2.0/contrib/pzstd/SkippableFrame.h
src/third_party/zstd-1.2.0/contrib/pzstd/BUCK
src/third_party/zstd-1.2.0/contrib/pzstd/README.md
src/third_party/zstd-1.2.0/contrib/pzstd/Options.h
src/third_party/zstd-1.2.0/contrib/pzstd/main.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/Pzstd.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/Options.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/ErrorHolder.h
src/third_party/zstd-1.2.0/contrib/pzstd/Logging.h
src/third_party/zstd-1.2.0/contrib/pzstd/test
src/third_party/zstd-1.2.0/contrib/pzstd/test/PzstdTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/test/RoundTripTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/test/BUCK
src/third_party/zstd-1.2.0/contrib/pzstd/test/OptionsTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/test/RoundTrip.h
src/third_party/zstd-1.2.0/contrib/pzstd/Pzstd.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils
src/third_party/zstd-1.2.0/contrib/pzstd/utils/ResourcePool.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/Range.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/Likely.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/BUCK
src/third_party/zstd-1.2.0/contrib/pzstd/utils/FileSystem.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/ThreadPoolTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/ScopeGuardTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/BufferTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/BUCK
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/WorkQueueTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/ResourcePoolTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/utils/test/RangeTest.cpp
src/third_party/zstd-1.2.0/contrib/pzstd/utils/WorkQueue.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/Buffer.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/ThreadPool.h
src/third_party/zstd-1.2.0/contrib/pzstd/utils/ScopeGuard.h
src/third_party/zstd-1.2.0/contrib/meson
src/third_party/zstd-1.2.0/contrib/meson/meson.build
src/third_party/zstd-1.2.0/contrib/meson/README
src/third_party/zstd-1.2.0/contrib/meson/meson_options.txt
src/third_party/zstd-1.2.0/contrib/gen_html
src/third_party/zstd-1.2.0/contrib/gen_html/gen_html.cpp
src/third_party/zstd-1.2.0/contrib/gen_html/README.md
src/third_party/zstd-1.2.0/contrib/gen_html/gen-zstd-manual.sh
src/third_party/zstd-1.2.0/contrib/linux-kernel
src/third_party/zstd-1.2.0/contrib/linux-kernel/spaces_to_tabs.sh
src/third_party/zstd-1.2.0/contrib/linux-kernel/squashfs.diff
src/third_party/zstd-1.2.0/contrib/linux-kernel/btrfs-benchmark.sh
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/xxhash.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/decompress.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/fse_decompress.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/zstd_internal.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/huf_compress.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/mem.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/fse.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/huf_decompress.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/error_private.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/entropy_common.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/fse_compress.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/xxhash.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/bitstream.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/huf.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/compress.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/zstd_opt.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/zstd/zstd_common.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/lib/Kconfig.diff
src/third_party/zstd-1.2.0/contrib/linux-kernel/README.md
src/third_party/zstd-1.2.0/contrib/linux-kernel/btrfs.diff
src/third_party/zstd-1.2.0/contrib/linux-kernel/squashfs-benchmark.sh
src/third_party/zstd-1.2.0/contrib/linux-kernel/test
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/UserlandTest.cpp
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/asm
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/asm/unaligned.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/linux
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/linux/module.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/linux/string.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/linux/compiler.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/linux/types.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/test/include/linux/kernel.h
src/third_party/zstd-1.2.0/contrib/linux-kernel/fs
src/third_party/zstd-1.2.0/contrib/linux-kernel/fs/squashfs
src/third_party/zstd-1.2.0/contrib/linux-kernel/fs/squashfs/zstd_wrapper.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/fs/btrfs
src/third_party/zstd-1.2.0/contrib/linux-kernel/fs/btrfs/zstd.c
src/third_party/zstd-1.2.0/contrib/linux-kernel/include
src/third_party/zstd-1.2.0/contrib/linux-kernel/include/linux
src/third_party/zstd-1.2.0/contrib/linux-kernel/include/linux/zstd.h
src/third_party/zstd-1.2.0/appveyor.yml
src/Makevars.in
src/RcppExports.cpp
src/zstdr.cpp
NAMESPACE
R
R/RcppExports.R R/zstd.R README.md
MD5
DESCRIPTION
configure
man
man/zstdCompress.Rd man/zstdMaxCLevel.Rd man/zstdDecompress.Rd
cleanup
zstdr documentation built on June 7, 2017, 1:02 a.m.