1
0
Fork 0
blog/content/2016/12/09/rust-echo-server.md
Harald Hoyer 5ebee61159 get rid of categories and add more tags
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2023-10-26 12:03:17 +02:00

541 B

+++ title = "Rust Echo Server" date = 2016-12-09T14:23:35+00:00 [taxonomies] tags = ["rust", "programming"] +++ On modern CPUs, rust seems to perform very nicely with the thread context switches, at least when benchmarking an echo server. For that I also wrote an echo server benchmark client.

The README.md of the server also contains some benchmark numbers.