Andrew Johnston
Andrew Johnston
## Issue I was doing some investigation into network perf using Deno FFI and stdio perf in general and came up against a performance roadblock which is relevant to anywhere...
I have been doing some benchmarking of workerd against other JS runtimes and I am not seeing very good results. Do you have any recommendations for config for peak performance...
Fixes [#21609](https://github.com/denoland/deno/issues/21609)
Version: deno 1.39.0 (release, x86_64-unknown-linux-gnu) I was doing some benchmarking and noticed this issue. Whenever I try to send a message larger than 1024 bytes I only ever receive 1024...
I have been working on JavaScript bindings for rustls-ffi and found these "improvements" useful while doing so. Maybe you would be willing to accept them as a PR? If so,...
I'm going to create this issue and leave it open so i can post some updates on various documentation, demo and example work i have been doing and for any...
Steps to reproduce ```bash echo "just.print('hello')" > bench-parse.js just build bench-parse.js --clean --static ``` result ```bash clean bench-parse rm -f *.o rm -f bench-parse complete in 0.01 sec build bench-parse...
I did some benchmarking on lo against this and, after understanding what the code here is doing, these changes should result in a ~20% improvement in throughput for this simple...
### What does this PR do? This PR should cover the following changes: - ```request.clone()``` and ```response.clone()``` will handle cloning the request and response bodies, which they currently do not...