Hacker News new | past | comments | ask | show | jobs | submit login

I mean this is CPython, so its bytecode never, ever runs in parallel anyway.



You mean concurrently, if you're referring to the GIL.


No. I mean parallel.

concurrent: multiple tasks at the same time are "in progress"

parallel: multiple tasks are progressing at the same time


Are you certain that CPython doesn't compile to any of the SIMD parallel instructions available in e.g., AVX?

You mean concurrent.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: