We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca385e2 commit dfceeb5Copy full SHA for dfceeb5
2 files changed
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.6.8](https://github.com/KarpelesLab/compcol/compare/v0.6.7...v0.6.8) - 2026-07-01
11
+
12
+### Other
13
14
+- *(lzss,huffman)* hash-chain match finder + table Huffman decode
15
+- *(brotli,zstd)* faster encode on low-redundancy input
16
17
### Changed
18
19
- *(lzss)* replaced the encoder's O(N·n) brute-force ring-buffer match scan
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "compcol"
3
-version = "0.6.7"
+version = "0.6.8"
4
edition = "2024"
5
# Edition 2024 stabilised in Rust 1.85. Code uses `let chains` (Rust 1.88)
6
# inside the brotli encoder and the io adapters, so 1.88 is the real floor.
0 commit comments