Skip to content

0.2.8

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 10 Mar 17:21
· 216 commits to main since this release

Use buffered write for Payload - improves perf by ~200x

Serialize the Payload using a Writer and then send a single message
to the TCPConnection.

This improves performance of HTTPClient by factor 200 on my system. Before
this change, I got 17 req/s. After the change it's 3333 req/s.

[0.2.8] - 2021-03-10

Fixed

  • Use buffered write for Payload - improves perf by ~200x (PR #55)