The parser achieves zero allocation by leveraging OxCaml's unboxed types and local allocation features to avoid heap pressure during request parsing.
https://anil.recoil.org/notes/oxcaml-httpz
[OCaml Planet] Building httpz: a high-performance HTTP/1.1 parser with zero heap allocation using OxCaml's unboxed types, local allocations, and mutable local variables.
odoc 3 improves documentation quality by introducing type search, source code views, and more!
https://tarides.com/blog/2026-01-29-ocaml-org-now-uses-odoc-3-what-s-new
[OCaml Planet] The OCaml.org platform has now been running odoc 3 for a while. This affects how all package documentation is generated and rendered for the OCaml ecosystem. π«
The implementation uses a log-structured merge tree approach, balancing write throughput with read performance through background compaction processes.
[OCaml Planet] π« Robur released Bancos, a pure OCaml persistent KV-store. No C bindings, no external dependencies, just OCaml.
https://blog.robur.coop/articles/2025-18-12-bancos.html
The implementation enables programmatic access to OCurrent pipelines, making them more suitable for agentic workflows and automation scenarios.
https://www.tunbury.org/2026/01/26/ocurrent-rpc/
[OCaml Planet] OCurrent is getting extended RPC capabilities. The shift from web GUIs to CLI tools reflects broader changes in how developers interact with workflows.
π« This extends Mollymawk's alerting capabilities beyond the existing monitoring dashboard interface.