initial commit
This commit is contained in:
commit
429a176559
59 changed files with 4097 additions and 0 deletions
5
content/2016/12/09/_index.md
Normal file
5
content/2016/12/09/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
transparent = true
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
11
content/2016/12/09/rust-echo-server.md
Normal file
11
content/2016/12/09/rust-echo-server.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Rust Echo Server"
|
||||
date = 2016-12-09T14:23:35+00:00
|
||||
+++
|
||||
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).
|
||||
For that I also wrote an [echo server benchmark client](https://github.com/haraldh/rust_echo_bench).
|
||||
<!-- more -->
|
||||
|
||||
The [README.md](https://github.com/haraldh/rust_echo_server/blob/master/README.md) of the server also
|
||||
contains some benchmark numbers.
|
Loading…
Add table
Add a link
Reference in a new issue