Rust

10 posts

h3i is a command line tool and Rust library designed for low-level testing and debugging of HTTP/3, which runs over QUIC.

Lucas Pardue12/30/2024

Hyperdrive (Cloudflare’s globally distributed SQL connection pooler and cache) recently added support for directing database traffic from Workers across Cloudflare Tunnels. We dive deep on what it took to add this feature.

Andrew Repp10/25/2024

Pingora handles 35M+ requests per second, so saving a few microseconds per request can translate to thousands of dollars saved on computing costs. In this post, we share how we freed up over 500 CPU cores by optimizing one function and announce trie-hard, the open source crate that we created to do it.

Kevin Guthrie9/10/2024

In this post, we discuss the performance optimizations we've implemented for our WAF ML product. We'll guide you through specific code examples and benchmark numbers, and we'll share the impressive latency reduction numbers observed after the rollout

Alex Bocharov7/25/2024

Pingora, our framework for building programmable and memory-safe network services, is now open source. Get started using Pingora today

Yuchen Wu2/28/2024

Foundations is a foundational Rust library, designed to help scale programs for distributed, production-grade systems

Ivan Nikulin http://blog.cloudflare.com/author/ivan-nikulin/1/24/2024

Rust continues to top the charts as the most admired and desired language by developers, and in this post, we dive a little deeper into how (and why) Rust is stealing the hearts of developers around the world. The post Why Rust is the most admired language among developers appeared first on The GitHub Blog.

Sara Verdi8/30/2023

After the last Release Radar, I promised the next one wouldn’t be far away, so here it is. This is the low down on some of the best open source projects that shipped major version updates in July. There’s lots of cool stuff from natural language processing, to APIs, money, and SDKs. I won’t spoil […] The post Release Radar · July 2023 Edition appeared first on The GitHub Blog.

Michelle Mannering8/15/2023

Debugging Rust and Wasm with Cloudflare Workers involves a lot of the good old time-consuming and nerve-wracking printf'ing strategy. What if there’s a better way? This blog is about enabling and using Wasm core dumps and how you can easily debug Rust in Cloudflare Workers

Sven Sauleau8/14/2023

How we optimized bot management’s machine learning model execution

Austin Hartzheim6/19/2023