|
|
|
|
|
by riri-au
3231 days ago
|
|
Agreed, shared programming is an immensely useful feature for numerical programming, including data science and machine learning. Lots of people will say that those should be written in C++, but I think the rise of machine learning & data science in high level languages argues against their point. |
|
Ideally, it would be a single model in memory with access from multiple threads. But that won't work right now cause GIL.