Skip to content

Releases: cberner/raptorq

v1.5.0

17 Oct 06:10
Compare
Choose a tag to compare
  • Minor performance optimizations
  • Make "serde" dependency optional, and add "serde_support" feature to enable it (disabled by default)

v1.4.2

24 Jun 05:01
Compare
Choose a tag to compare

Fixes a crash when encoding messages with exactly 56403 symbols in a block

v1.4.1

29 Mar 04:24
Compare
Choose a tag to compare

Fixes a crash when decoding certain large messages

v1.4.0

22 Mar 06:22
Compare
Choose a tag to compare

Add calculate_block_offsets() to support more customized encoding implementations

v1.3.1

14 Mar 15:42
Compare
Choose a tag to compare

Fixes a bug in encoder block id numbering, where blocks could be assigned the wrong id for certain large message sizes

v1.3.0

06 Mar 02:42
Compare
Choose a tag to compare

Add support for sub-blocks

v1.2.0

03 Feb 17:13
Compare
Choose a tag to compare

Add feature to pre-calculate the operations for encoding a given number of symbols. This plan can be stored for later use to speed up encoding

v1.1.0

19 Jan 19:36
Compare
Choose a tag to compare
  • Approximately 1.5x faster for symbol counts over 250, and 2x faster over 5k symbols
  • Provide integration with serde crate

v1.0.0

07 Jan 02:50
Compare
Choose a tag to compare

Initial stable release.

Known missing RFC6330 features:

  • Subblocks