HH
@hamud
Any pythonistas here? What is the best library to replace multiprocessing and asyncio? I need something that lets me do nested parallelization and doesnt have a ton of footguns. @meatballs
5 replies
0 recast
2 reactions
meatballs
@meatballs
Not sure what you're trying to do, but dask is great if it fits your use case https://docs.dask.org/en/stable/index.html
1 reply
0 recast
0 reaction
HH
@hamud
Parsing 100gbs of log files. I should have written this in rust but python will have to do for now. Thanks
1 reply
0 recast
2 reactions