Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

From the perspective of a Python program, being memory bandwidth bound is the same as being CPU bound: you have the GIL, your process is in the running state in the OS, and is currently executing on a core.

(I assume you mean truly mean bandwidth between main memory and the processor, and not to disk.)



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

Search: