cberner / raptorq

Rust implementation of RaptorQ (RFC6330)
Apache License 2.0
264 stars 47 forks source link

feat: foot_gun feature, exposes parts for embed (#4) #146

Closed Slesarew closed 1 year ago

Slesarew commented 1 year ago

This small fix adds a weird feature foot_gun, that can mess up normal usage if invoked. However, it allows a channel to optimize decoder memory usage in a way that allows a system with tiny RAM but large external storage decode payloads in-place within external memory.

I will convert this to PR when we make sure integration in Kampela project works, thus confirming that this was a good idea.

Usage: https://github.com/Alzymologist/raptorq-metal-wrap

cberner commented 1 year ago

Sorry but no, I'm not interested in having this feature.