Releases

Download releases from the GitHub Releases page.


v1.1.0 – 2026-03-04

Added

Changed

v1.0.7 – 2026-03-04

Added

Fixed

Changed

v1.0.6 – 2026-03-02

Fixed

Added

Changed

v1.0.5 – 2026-03-02

Added

Changed

v1.0.4 – 2026-03-02

Fixed

v1.0.3 – 2026-03-02

Fixed

v1.0.2 – 2026-03-01

Added

Fixed

v1.0.1 – 2026-03-01

Fixed

v1.0.0 – 2026-02-28

Added

Bitstream Library (triepack_bitstream)

Core Trie Codec (triepack_core)

JSON Library (triepack_json)

C++ Wrappers (triepack_wrapper)

Build System

CI/CD

Tests

Examples

Documentation

v0.1.0 – 2026-02-27

Added


Installing a Release

git clone https://github.com/deftio/triepack.git
cd triepack
git checkout v1.1.0
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build