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).
Not too different from all the Go libs which use C code. And, apparently, many of those are using the Zig compiler 😂
Please Login to reply.
i refuse to use any libraries in Go that use C
ever
you wouldn't understand
also fuck zig
Why refuse to use CGo or Zig? What if that is your only path to adding Go code to some existing code base?