# terark-zip **Repository Path**: bug2019bug/terark-zip ## Basic Information - **Project Name**: terark-zip - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: dev.1.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-14 - **Last Updated**: 2021-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1. Introduction - TerarkZip is [TerarkDB](https://github.com/bytedance/terarkdb)'s submodule - Users can also use TerarkZip as a compression and indexing algorithm library - TerarkZip also provides a set of useful utilities including `rank-select`, `bitmap` etc. # 2. Features - Indexing - Nested Lous Trie - Compression - PA-Zip Compression - Entropy Compression # 3. Usage ## Method 1: CMake - In your CMakeLists.txt - ADD_SUBDIRECTORY(terark-zip) - use `terark-zip` target anywhere you want ## Method 2: Static Library - ./build.sh - cd output - move `include` and `lib` directories to your project ## 4. License - BSD 3-Clause License