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

It's usually possible to sidestep the python limitations with a bit of elbow-grease. The usual killer for performance is tf. py_function, which does indeed have to respect the GIL. If you can work out a nice way to handle your data without it, it should be able to stick to cpp in the backend and avoid the GIL. (So, data in a format that tf has a parser for, and write transformations using tf methods where you can.)


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

Search: