#bpe #pair #binary-file #byte #gage #philip

bpe-rs

bpe-rs is an implementation of Philip Gage's Byte Pair Encoding in Rust, primarily used for binary file compression and decompression

1 unstable release

0.1.0 Nov 12, 2024

#372 in Compression

Download history 94/week @ 2024-11-13 15/week @ 2024-11-20 12/week @ 2024-11-27 9/week @ 2024-12-04 12/week @ 2024-12-11 4/week @ 2024-12-18 14/week @ 2025-02-05 16/week @ 2025-02-12 8/week @ 2025-02-19 15/week @ 2025-02-26

53 downloads per month
Used in gfarch

MIT license

15KB
309 lines

bpe-rs

bpe-rs is an implementation of Philip Gage's Byte Pair Encoding in Rust, primarily used for binary file compression and decompression.

Capabilities

  • Decode
  • Encode

No runtime deps