It's way more than 10x slower than c. It's more like 1,000-10,000x slower.
Login to reply
Replies (2)
Guys… you know all the actual data crunching stuff in these ML Python libs are not IMPLEMENTED in Python, right? 🤣
Python for the easy APIs, and leveraging the robust ecosystem of data libs. Most of the hardcore performance critical stuff is implemented in C or C++, with a strong trend towards Rust for newer projects (see Polars).
😂🤣 building programs and tools with it is a sin