Skip to content

v0.9.2

Compare
Choose a tag to compare
@knutaf knutaf released this 14 Oct 16:11
· 4 commits to main since this release
  • internal per-packet tracking info reduced from 64 bytes to 2 bytes. no noticeable perf improvement :(
  • remove buffer copies for copy_from_slice usages. no noticeable perf improvement :(
  • use Tokio's built-in child process stdin reader instead of rolling my own. no functional difference
  • some small internal cleanup