|
|
|
|
|
by Chilinot
479 days ago
|
|
I like Rust as much as the next guy, but statements like this makes me roll my eyes: > hk is written in rust, pre-commit is written in python. hk will be much faster. I have no idea how fast hk or pre-commit is, i have never used them. What matters to speed is the algorithms used and their complexities. If you implement a shitty algorithm with exponential complexity in Rust it's going to be slower than a linear complexity algorithm in python. |
|