- uv: Towards a unified vision for Python tooling
Intro to using uv to get the most out of Python project and dependency management
20 min read - Speeding up data analysis with Rayon and Rust
Rayon's makes data parallelism in Rust a breeze, and is blazing fast compared to Python multiprocessing. A simple walkthrough to get started.
20 min read - Why Pydantic just keeps getting better
Understanding the latest features and optimizations of Pydantic v2 that provide a 12x speedup over v1
12 min read - Obtain a 5x speedup for free by upgrading to Pydantic v2
Why Pydantic v2 being written in Rust matters, and how it's MUCH faster than v1
15 min read - Blazing fast async data loading in Meilisearch
An ETL case study comparing sync and async data loading with Meilisearch using Python and Pydantic
16 min read