Re: [go-nuts] Re: hhtp mux performance question

2025-04-29 Thread christoph...@gmail.com
Here is a minimal program that I tried out: https://go.dev/play/p/Rp03LxuvDVw . Note that it measures the duration of w.Write(msg). On my local host I displayed the web page http://localhost:8080/firefox with Firefox, and http://localhost:8080/chromium with chromium. I don’t have chrome insta

Re: [go-nuts] Re: hhtp mux performance question

2025-04-29 Thread Robert Engels
Hi. Unless you provide a standalone test program it will very difficult for anyone to assist you. On Apr 29, 2025, at 5:03 AM, christoph...@gmail.com wrote:More strange result.With Firefox, the time measured with time.Since is 55μs on average, and with Chromium it’s on average 200μs but with a bi

[go-nuts] Re: hhtp mux performance question

2025-04-29 Thread christoph...@gmail.com
More strange result. With Firefox, the time measured with time.Since is 55μs on average, and with Chromium it’s on average 200μs but with a big jitter. It’s not the OS (Ubuntu 2.24LTS) load that changes as both browsers are running side by side. How can the ServeHttp processing time change (~ x