Ion Krutov

Results 5 comments of Ion Krutov

> Interesting. Undoubtedly. :-) > 1. How many CPU cores are on your server? On my AMD Ryzen 5 4600h laptop with 6 cores and 12 threads. (as an argument...

> Might be interesting to run "perf top" on the same machine as pistache and see where the CPU time is going. C++ server ![image](https://user-images.githubusercontent.com/59372424/135342434-9999b80b-9d84-499e-9921-403d03a6f47b.png) Golang server ![image](https://user-images.githubusercontent.com/59372424/135343110-eb80a33c-6b47-4c50-a774-6d6a46141878.png) It seems...

Will it fit? ![image](https://user-images.githubusercontent.com/59372424/135349622-07bb9a86-5ebf-4afd-a0e3-cf1950b716a8.png)

@dennisjenkins75 > Ivan: Which compiler are you using, and if its GCC< can you also run a test where you build pistache with a recent clang? Yesterday I used `clang...

I also decided to try using [hey](https://github.com/rakyll/hey): CPP_SERVER: ``` ▶./hey_linux_amd64 -z 20s -c 100 -cpus 10 http://127.0.0.1:9595 Summary: Total: 20.0075 secs Slowest: 0.2453 secs Fastest: 0.0002 secs Average: 0.0060 secs...