In #252, we discuss the notion of providing mod codec separately from prio. Elsewhere, @cjpatton has been thinking about improvements to mod codec to make it more ergonomic and efficient (https://github.com/cloudflare/daphne/issues/15). Now that we have some implementation experience under our belts, we should design and implement a faster and friendlier mod codec, and consider shipping it to crates.io separately from prio.
In #252, we discuss the notion of providing
mod codec
separately fromprio
. Elsewhere, @cjpatton has been thinking about improvements tomod codec
to make it more ergonomic and efficient (https://github.com/cloudflare/daphne/issues/15). Now that we have some implementation experience under our belts, we should design and implement a faster and friendliermod codec
, and consider shipping it to crates.io separately fromprio
.