Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yenc-simd

Fast yEnc encoder/decoder with SIMD acceleration (SSE2/AVX2).

yEnc is the encoding used to transfer binary files over Usenet (NNTP). This crate provides a high-throughput decoder with CRC32 verification, falling back to scalar code on platforms without SIMD support.

Features

  • SIMD-accelerated decoding (SSE2/AVX2 on x86/x86_64)
  • Scalar fallback for all other platforms
  • CRC32 verification
  • Supports single-part and multi-part yEnc

Usage

[dependencies]
yenc-simd = "0.1"

License

MIT

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages