[go-nuts] hhtp mux performance question

2025-04-28 Thread christoph...@gmail.com
I have created web site with a middleware measuring the execution time of requests using the time.Since(start) method. It is thus using the wall time. I see that the execution of the ServeHttp() is around 60μs. The handler is a function that simply renders the login page that I benchmarked to

[go-nuts] Comparing error handling in Zig and Go

2025-04-28 Thread Alex Pliutau
I personally find that both Go and Zig have the best error handling compared to other languages. wdyt? https://www.youtube.com/watch?v=E8LgbxC8vHs -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receivin