Ty: A fast Python type checker and language server
1–10 of 296 posts
Re: Ty: A fast Python type checker and language server
#2- mypy (warm cache) 18s
- ty: 0.5s (and found 3500 errors)
They've done it again.
Re: Ty: A fast Python type checker and language server
#3Just compared the time to check on a fairly large project: - mypy (warm cache) 18s - ty: 0.5s (and found 3500 errors) They've done it again.
Re: Ty: A fast Python type checker and language server
#4 uvx ty checkRe: Ty: A fast Python type checker and language server
#5Just compared the time to check on a fairly large project: - mypy (warm cache) 18s - ty: 0.5s (and found 3500 errors) They've done it again.
> This project is still in development and is not ready for production use.
Re: Ty: A fast Python type checker and language server
#6Re: Ty: A fast Python type checker and language server
#7Just compared the time to check on a fairly large project: - mypy (warm cache) 18s - ty: 0.5s (and found 3500 errors) They've done it again.
Great, but how does it compare to Pyright on the utility / performance curve? Pyright is mature and already very fast. https://github.com/microsoft/pyright
Re: Ty: A fast Python type checker and language server
#8Re: Ty: A fast Python type checker and language server
#9I've been looking forward to this for what seems like an age.
Re: Ty: A fast Python type checker and language server
#10Not making any sort of ethical statement, just interesting that rust keeps eating the python and JS tooling worlds.