CHANGELOG.md
LICENSE-APACHE
LICENSE-MIT
MANIFEST.in
README.md
pragzip.cpp
pragzip.pyx
pragzip.svg
pyproject.toml
setup.cfg
setup.py
core/AffinityHelpers.hpp
core/AlignedAllocator.hpp
core/AtomicMutex.hpp
core/BitManipulation.hpp
core/BitReader.hpp
core/BitStringFinder.hpp
core/BlockFetcher.hpp
core/BlockFinder.hpp
core/BlockFinderInterface.hpp
core/BlockMap.hpp
core/Cache.hpp
core/FasterVector.hpp
core/FileUtils.hpp
core/JoiningThread.hpp
core/ParallelBitStringFinder.hpp
core/Prefetcher.hpp
core/Statistics.hpp
core/StreamedResults.hpp
core/TestHelpers.hpp
core/ThreadPool.hpp
core/VectorView.hpp
core/common.hpp
core/filereader/BufferView.hpp
core/filereader/Buffered.hpp
core/filereader/FileReader.hpp
core/filereader/Memory.hpp
core/filereader/Python.hpp
core/filereader/Shared.hpp
core/filereader/Standard.hpp
core/filereader/StreamAdapter.hpp
external/cxxopts/LICENSE
external/cxxopts/include/cxxopts.hpp
external/rpmalloc/LICENSE
external/rpmalloc/rpmalloc/rpmalloc.c
external/rpmalloc/rpmalloc/rpmalloc.h
external/rpmalloc/rpmalloc/rpnew.h
external/zlib/LICENSE
external/zlib/adler32.c
external/zlib/crc32.c
external/zlib/crc32.h
external/zlib/gzguts.h
external/zlib/inffast.c
external/zlib/inffast.h
external/zlib/inffixed.h
external/zlib/inflate.c
external/zlib/inflate.h
external/zlib/inftrees.c
external/zlib/inftrees.h
external/zlib/zconf.h
external/zlib/zlib.h
external/zlib/zutil.c
external/zlib/zutil.h
pragzip/ChunkData.hpp
pragzip/DecodedData.hpp
pragzip/DecodedDataView.hpp
pragzip/Error.hpp
pragzip/GzipAnalyzer.hpp
pragzip/GzipBlockFinder.hpp
pragzip/GzipChunkFetcher.hpp
pragzip/GzipReader.hpp
pragzip/IndexFileFormat.hpp
pragzip/MarkerReplacement.hpp
pragzip/ParallelGzipReader.hpp
pragzip/WindowMap.hpp
pragzip/crc32.hpp
pragzip/definitions.hpp
pragzip/deflate.hpp
pragzip/gzip.hpp
pragzip/pragzip.hpp
pragzip/precode.hpp
pragzip/zlib.hpp
pragzip.egg-info/PKG-INFO
pragzip.egg-info/SOURCES.txt
pragzip.egg-info/dependency_links.txt
pragzip.egg-info/entry_points.txt
pragzip.egg-info/top_level.txt
pragzip/blockfinder/Bgzf.hpp
pragzip/blockfinder/DynamicHuffman.hpp
pragzip/blockfinder/Interface.hpp
pragzip/blockfinder/PigzNaive.hpp
pragzip/blockfinder/PigzParallel.hpp
pragzip/blockfinder/PigzStringView.hpp
pragzip/blockfinder/Uncompressed.hpp
pragzip/blockfinder/precodecheck/BruteForceLUT.hpp
pragzip/blockfinder/precodecheck/SingleCompressedLUT.hpp
pragzip/blockfinder/precodecheck/SingleLUT.hpp
pragzip/blockfinder/precodecheck/WalkTreeCompressedLUT.hpp
pragzip/blockfinder/precodecheck/WalkTreeLUT.hpp
pragzip/blockfinder/precodecheck/WithoutLUT.hpp
pragzip/huffman/HuffmanCodingBase.hpp
pragzip/huffman/HuffmanCodingCheckOnly.hpp
pragzip/huffman/HuffmanCodingDoubleLiteralCached.hpp
pragzip/huffman/HuffmanCodingLinearSearch.hpp
pragzip/huffman/HuffmanCodingReversedBitsCached.hpp
pragzip/huffman/HuffmanCodingReversedBitsCachedCompressed.hpp
pragzip/huffman/HuffmanCodingReversedCodesPerLength.hpp
pragzip/huffman/HuffmanCodingSymbolsPerLength.hpp
tools/licenses.cpp
tools/pragzip.cpp