▲ | whatevaa 5 days ago | |
UV is different because python performance is dogshit when actual processing is involved. Most fast Python stuff is in C extensions so Rust is no surprise here. | ||
▲ | Kwpolska 4 days ago | parent [-] | |
It would make a lot of sense to do the slow parts in C or Rust. But the only significant slow operation in a package manager is dependency resolution. |