Tag: rust
-
Work Stealing vs. Executor-Per-Thread: Evaluating different HTTP server workloads with Tokio, Smol and Glommio
Measures the impact that the number of threads has on each execution model across multiple balanced and unbalanced scenarios.
-
ESP32 Server: Distributing HTTP/2 streams over TLS
Walks through the code and technologies used to set-up a secure HTTP/2 server using a Xtensa ESP32 board (ESP32-WROVER-E).
-
TLS Handshakes: Measuring the Performance of 4 Cryptography Libraries
Evaluates the combination of three key agreements, five signing algorithms and three cipher suites in different crypto projects.
-
Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL
Let's collect data provided by a DHT22 sensor and store it in a PostgreSQL database via WiFi using an encrypted connection.
-
Building a real-time chat using WebSockets over HTTP/2 streams
In this post we are going to build a backend using WTX and a frontend with several other tools to enable the real-time communication between multiple web clients.
-
The fastest WebSocket implementation
Let's measure the performance of six different WebSocket projects.
-
My contributions to the Rust project
A quick recap of my contributions to the official Rust compiler over the span of several years.