| ▲ | LarsDu88 3 hours ago | |||||||
I love how in an article about making python faster, the fastest option is to simply write Rust, lol | ||||||||
| ▲ | pjmlp an hour ago | parent | next [-] | |||||||
That has been a thing forever, many "Python" libraries, are actually bindings to C, C++ and Fortran. The culture of calling them "Python" is one reason why JITs are so hard to gain adoption in Python, the problem isn't the dynamism (see Smalltalk, SELF, Ruby,...), rather the culture to rewrite code in C, C++ and Fortran code and still call it Python. | ||||||||
| ▲ | falcor84 3 hours ago | parent | prev [-] | |||||||
There's no surprise that Rust is faster to run, but I don't think there are many who would claim that Rust is faster to write. | ||||||||
| ||||||||