Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
superlopuh
on Jan 9, 2024
|
parent
|
context
|
favorite
| on:
Python 3.13 Gets a JIT
I'm fairly certain that this is false, and am working on proving it. In the cases that Numba is optimised for it's already faster than plausible C++ implementations of the same kernels.
https://stackoverflow.com/questions/36526708/comparing-pytho...
eigenspace
on Jan 9, 2024
|
next
[–]
Numba is basically another language embedded in Python. It (sometimes severely) modifies the semantics of code.
pas
on Jan 9, 2024
|
prev
[–]
it's not faster, it's about as fast as C++ compiled with O3 optimizations. which is great and also much more likely to be true.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://stackoverflow.com/questions/36526708/comparing-pytho...