<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ty on SoloSoft</title><link>https://www.solosoft.dev/tags/ty/</link><description>Recent content in Ty on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/ty/index.xml" rel="self" type="application/rss+xml"/><item><title>Ty: Astral's Blazing-Fast Python Type Checker Written in Rust</title><link>https://www.solosoft.dev/post/ty-python-type-checker-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/ty-python-type-checker-2026/</guid><description>&lt;p&gt;Python&amp;rsquo;s type checking ecosystem has long been dominated by mypy &amp;ndash; the original type checker that pioneered gradual typing for Python. But mypy&amp;rsquo;s Python-based implementation has always struggled with performance on large codebases. &lt;strong&gt;Ty&lt;/strong&gt; is Astral&amp;rsquo;s answer to this problem: a Python type checker and language server written entirely in Rust, designed to be 10 to 60 times faster than existing alternatives.&lt;/p&gt;
&lt;p&gt;Astral, the company behind the incredibly popular Ruff linter, has applied the same Rust-powered performance philosophy to type checking. Ty builds on Astral&amp;rsquo;s deep experience with Python tooling in Rust, leveraging the same multi-threaded architecture and incremental computation patterns that made Ruff the industry standard for Python linting.&lt;/p&gt;</description></item></channel></rss>