Skip to content

Conversation

MDA2AV
Copy link
Contributor

@MDA2AV MDA2AV commented Oct 15, 2025

[Wired.IO - Fullstack]

  • Upgrading to Wired.IO 9.5.0 - Added HTTP/1.1 pipeline support and multi-segmented request buffers for extra large requests.

[Wired.IO - Platform]

  • Adding Wired.IO platform benchmark for performance comparison between .NET NetworkStream and raw epoll syscalls.
  • This test does not use Wired.IO engine for request parsing, instead uses a very naive parser from https://github.com/MDA2AV/Unhinged.
  • In .NET, all frameworks are built on top of .NET Socket class, this benchmark is an attempt to measure a lower level implementation peformance by interoping directly with epoll. The http parsing engine will be improved in the future, regardless it has little to zero impact on these benchmarks' results.

Both benchmarks are Native.AOT

Copy link
Contributor

The following frameworks were updated, pinging maintainers:
wiredio: @diogo Martins

@MDA2AV MDA2AV marked this pull request as ready for review October 15, 2025 14:33
@MDA2AV MDA2AV marked this pull request as draft October 15, 2025 15:03
@MDA2AV MDA2AV marked this pull request as ready for review October 15, 2025 15:24
@Kaliumhexacyanoferrat
Copy link
Contributor

Ah, will remove this from #10184 then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants