Skip to content

v3.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 22:46
  • Remove async_trait dependency to reduce heap allocation overhead.
  • Unified abstraction of tcp and udp servers with separate implementations.
  • tcp packet reads use double buffer queues to improve performance.