dcreager.net

Languages » Python » Red Knot

Red Knot is the type checker that we are adding to Ruff.

Life of an mdtest

Red Knot is implemented in Rust.

The type checker leans heavily on lazy, incremental computation, as provided by salsa.

Salsa (incremental computation framework)

Profiling

Filtering some functions in a flamegraph

» Languages » Python