diff --git a/README.md b/README.md index e1e2e85..2d3f01d 100644 --- a/README.md +++ b/README.md @@ -809,6 +809,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Compression +* [ALP](https://github.com/webc-site/wedb_embed/tree/main/fastalp) + * [fastalp](https://github.com/webc-site/wedb_embed/tree/main/fastalp) [[fastalp](https://crates.io/crates/fastalp)] — Adaptive Lossless Floating-Point (ALP) compression algorithm for f32 and f64 * [Brotli](https://opensource.googleblog.com/2015/09/introducing-brotli-new-compression.html) * [ende76/brotli-rs](https://github.com/ende76/brotli-rs) — implementation of Brotli compression * [dropbox/rust-brotli](https://github.com/dropbox/rust-brotli) — Brotli decompressor in Rust that optionally avoids the stdlib