Building a Zero-Allocation HTTP/1.1 Parser with OxCaml for High-Performance Research Infrastructure
Building httpz, a high-performance HTTP/1.1 parser with zero heap allocation using OxCaml's unboxed types, local allocations, and mutable local variables.
Read the full articleYou might also wanna read
The Consensus Weekly: OxCaml's Zero-Allocation Annotation and Software Infrastructure Roundup
The Consensus provides research and analysis for experienced developers, as well as funding news at companies with interesting problems in s
Building Faster Parsers Through Data-Oriented Design: Flat Arrays Over Pointer Trees
How designing the data structure first (flat arrays of indices instead of a pointer tree) makes a parser fast and collapses memory layout, a
Introducing OxCaml
At Jane Street, we’ve been actively making improvements to OCaml for a long time. Over the last few years, we’ve started to build some fairl
Python 3.14 Delivers JIT Compiler and GIL-Free Concurrency
A technical overview and some benchmarks
Building a Zero-Dependency Python MCP Server for Local AI File Access
I got tired of copying files into an AI chat just to get feedback. So I built a pure Python MCP server that gives AI tools direct access to
Rust smoltcp as an alternative TCP/IP stack for ESP-IDF
A set of ESP-IDF components that run the Rust smoltcp stack as the IPv4/IPv6 data plane, while keeping esp_http_server, esp-tls and esp-mqtt

Comments
Sign in to join the conversation.
No comments yet. Be the first.