|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Include dependency graph for chunk_compression_test.cpp:Go to the source code of this file.
Classes | |
| class | ChunkCompressorTest |
Functions | |
| TEST_F (ChunkCompressorTest, AllSameElements) | |
| TEST_F (ChunkCompressorTest, CompressionRatio) | |
| TEST_F (ChunkCompressorTest, DeltaEdgeCases) | |
| TEST_F (ChunkCompressorTest, DeltaEncoding) | |
| TEST_F (ChunkCompressorTest, DeltaRoundTrip) | |
| TEST_F (ChunkCompressorTest, EmptyCompression) | |
| TEST_F (ChunkCompressorTest, LargeNumbers) | |
| TEST_F (ChunkCompressorTest, MixedPatterns) | |
| TEST_F (ChunkCompressorTest, RunLengthEdgeCases) | |
| TEST_F (ChunkCompressorTest, RunLengthEncoding) | |
| TEST_F (ChunkCompressorTest, SingleElementCompression) | |
| TEST_F | ( | ChunkCompressorTest | , |
| AllSameElements | |||
| ) |
Definition at line 53 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::run_length_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| CompressionRatio | |||
| ) |
Definition at line 146 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::run_length_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| DeltaEdgeCases | |||
| ) |
Definition at line 75 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::delta_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| DeltaEncoding | |||
| ) |
Definition at line 31 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::delta_decode(), and chunk_compression::ChunkCompressor< T >::delta_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| DeltaRoundTrip | |||
| ) |
Definition at line 93 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::delta_decode(), and chunk_compression::ChunkCompressor< T >::delta_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| EmptyCompression | |||
| ) |
Definition at line 40 of file chunk_compression_test.cpp.
| TEST_F | ( | ChunkCompressorTest | , |
| LargeNumbers | |||
| ) |
Definition at line 110 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::delta_encode(), and chunk_compression::ChunkCompressor< T >::run_length_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| MixedPatterns | |||
| ) |
Definition at line 129 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::delta_decode(), chunk_compression::ChunkCompressor< T >::delta_encode(), and chunk_compression::ChunkCompressor< T >::run_length_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| RunLengthEdgeCases | |||
| ) |
Definition at line 58 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::run_length_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| RunLengthEncoding | |||
| ) |
Definition at line 21 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::run_length_encode().
| TEST_F | ( | ChunkCompressorTest | , |
| SingleElementCompression | |||
| ) |
Definition at line 45 of file chunk_compression_test.cpp.
References chunk_compression::ChunkCompressor< T >::delta_encode(), and chunk_compression::ChunkCompressor< T >::run_length_encode().