| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fast-path in-order completions in completeRequest, avoid once wrappers and dead-stream listener removal, use a single pre-shaped stream state object, cache the session ref state, and memoize getProtocolFromUrlString. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Matteo Collina <hello@matteocollina.com>
Codecov Report❌ Patch coverage is 91.08911% with 18 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #5483 +/- ##
==========================================
- Coverage 93.45% 93.43% -0.03%
==========================================
Files 110 110
Lines 37147 37247 +100
==========================================
+ Hits 34717 34800 +83
- Misses 2430 2447 +17 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Profiled the H2 client and removed the main client-side hot spots:
Benchmarks (single connection, local H2 server, interleaved A/B vs main): +5-6% req/s at 100 parallel requests, +27% at 1000, +51% at 2000; +15% with a 10-connection Pool. Remaining cost is dominated by node core session.request() internals.
🤖 Generated with Claude Code