sapling/contrib/python-zstandard/tests
Gregory Szorc 6758d40c63 zstd: vendor python-zstandard 0.8.0
Commit 81e1f5bbf1fc54808649562d3ed829730765c540 from
https://github.com/indygreg/python-zstandard is imported without
modifications (other than removing unwanted files).

Updates relevant to Mercurial include:

* Support for multi-threaded compression (we can use this for
  bundle and wire protocol compression).
* APIs for batch compression and decompression operations using
  multiple threads and optimal memory allocation mechanism. (Can
  be useful for revlog perf improvements.)
* A ``BufferWithSegments`` type that models a single memory buffer
  containing N discrete items of known lengths. This type can be
  used for very efficient 0-copy data operations.

# no-check-commit
2017-04-01 15:24:03 -07:00
..
__init__.py zstd: vendor python-zstandard 0.5.0 2016-11-10 22:15:58 -08:00
common.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_buffer_util.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_compressor_fuzzing.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_compressor.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_data_structures_fuzzing.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_data_structures.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_decompressor_fuzzing.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_decompressor.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00
test_estimate_sizes.py zstd: vendor python-zstandard 0.7.0 2017-02-07 23:24:47 -08:00
test_module_attributes.py zstd: vendor python-zstandard 0.7.0 2017-02-07 23:24:47 -08:00
test_train_dictionary.py zstd: vendor python-zstandard 0.8.0 2017-04-01 15:24:03 -07:00