pa-m / sklearn

bits of sklearn ported to Go #golang
MIT License
345 stars 38 forks source link

I would like ask: why was it slower then python? #18

Closed MatejMagat305 closed 2 years ago

MatejMagat305 commented 3 years ago

https://towardsdatascience.com/my-journey-to-speed-up-python-setting-up-a-golang-development-environment-and-benchmarking-f03c5252ef8f

pa-m commented 2 years ago

Hi, python is often just a front end for C code. most of numpy uses C code.