1
0
Fork 0

get rid of categories and add more tags

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-10-26 11:53:38 +02:00
parent 575eac4fe0
commit 5ebee61159
20 changed files with 39 additions and 29 deletions

View file

@ -1,6 +1,8 @@
+++
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](https://github.com/haraldh/rust_echo_server).