|
|
|
|
|
by darkoob12
330 days ago
|
|
If you're working on machine learning the most economic choice is Python. But weiting a processing pipeline with Python is frustrating if you have worked with C# concurrency. I figured the best option is Celery and you cannot do it without an external broker. Celery is a mess. I really hate it. |
|
I'm hoping the existence of free-threading will push for more first-class concurrency primitives. Concurrent Futures is nice until you need a concurrent-safe data structure besides a queue