#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

#284 in Compression

Download history 111/week @ 2024-11-11 18/week @ 2024-11-18 14/week @ 2024-11-25 7/week @ 2024-12-02 12/week @ 2024-12-09

55 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