Skip to content

feat(client): implement an engineio client based on Stream + Sink#757

Draft
Totodore wants to merge 22 commits into
mainfrom
engineioxide-client-impl
Draft

feat(client): implement an engineio client based on Stream + Sink#757
Totodore wants to merge 22 commits into
mainfrom
engineioxide-client-impl

Conversation

@Totodore

Copy link
Copy Markdown
Owner

No description provided.

@Totodore Totodore added the C-Feature-request Request for a feature label Jul 11, 2026
Comment on lines +135 to +136
if let Some(size) =
Self::validate_payload_size(v, this.sent_bytes, this.max_payload) =>
@codspeed-hq

codspeed-hq Bot commented Jul 11, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 10.1%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 8 improved benchmarks
❌ 1 regressed benchmark
✅ 78 untouched benchmarks

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
Encode packet event on / 3.7 µs 4.2 µs -11.36%
Encode packet binary ack on / 3.8 µs 3.3 µs +16.32%
Encode packet ack on / 3.8 µs 3.3 µs +16.17%
Encode packet binary event on / 3.8 µs 3.3 µs +14.26%
Encode packet event with ack on / 3.8 µs 3.3 µs +13.39%
Encode packet connect on / 5.2 µs 4.6 µs +11.65%
Encode packet ack on /custom_nsp 4.8 µs 4.3 µs +11.57%
Encode packet connect on /custom_nsp 5.2 µs 4.7 µs +10.94%
Encode packet binary ack on /custom_nsp 4.8 µs 4.3 µs +10.9%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing engineioxide-client-impl (3b252ed) with main (8ffc141)

Open in CodSpeed

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

Labels

C-Feature-request Request for a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants