Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/blog/building-with-ioxide-part-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ <h3>A basic TCP kTLS server</h3>
thread.Join();
}</code></pre>

<p>More detail on the three TLS backends and when each one makes sense lives in the <a href="../learn/tls.html">TLS documentation</a>.</p>

<h2>Benchmarks</h2>

<p>Naturally ioxide is quite performing, on par with low level Rust, C++ and Zig solutions. Some benchmarks exist at <a href="https://www.http-arena.com/#type=engine">http-arena.com</a>.</p>
Expand Down
Loading