Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 15:44
· 74 commits to main since this release
  • Bumped the dependency to the latest.
  • Contains an optimization #41 which utilizes SO_REUSEPORT to create multiple UDP sockets for the same connection and spawns Tokio tasks for each available CPU core.
    • According to my benchmark, this improved throughput on multi-core systems such as Raspberry Pi by 20%-30%.