Tech | How uv Is Rewriting Python Packaging
How the Rust-based uv package manager is replacing pip, virtualenv, pip-tools, Poetry, and more with a single 100x faster binary — from SAT-solving dependency resolution to content-addressable storage.
Archive
Browse Codessey conversations, show notes, transcripts, and platform links.
6 entries
Explore the latest Codessey episodes.
How the Rust-based uv package manager is replacing pip, virtualenv, pip-tools, Poetry, and more with a single 100x faster binary — from SAT-solving dependency resolution to content-addressable storage.
An episode on Python objects, dynamic dispatch, descriptors, memory layout, and performance tradeoffs in real systems.
A security episode on supply-chain compromise, malicious package behavior, JavaScript ecosystem risk, and attribution caution.
A deep dive into Python garbage collection, latency tails, object lifetimes, and stop-the-world performance behavior.
A technical episode on Linux cgroups, kernel accounting, resource isolation, containers, and operating-system abstractions.
A technical episode on consistent hashing, cache churn, sharding, and how distributed systems scale without catastrophic remapping.