|
|
|
|
|
by mountainriver
1566 days ago
|
|
Eh a lot of people have, the issue is with Go’s memory model and how that maps to the C memory model. It requires what they call “trampolining” which caused a performance hit. Interestingly, Rust originally used a similar memory model to Go, but then when they hit this problem decided to take another route. This has the unfortunate side effect of making most machine learning also not practical in Go. |
|
That said, I'd like to know more about the limitations regarding machine learning. Presumably most machine learning stuff isn't implemented in C?