HH pfp
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 pfp
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
1 reaction

meatballs pfp
meatballs
@meatballs
Might be time to try out rust and the rayon crate
0 reply
0 recast
2 reactions

meatballs pfp
meatballs
@meatballs
One thought... Are you using one of the no-gil builds?
1 reply
0 recast
1 reaction

osama pfp
osama
@osama
1. @shazow.eth 2. bruh gevents, tornado, twisted
2 replies
0 recast
3 reactions

Monteluna pfp
Monteluna
@monteluna
I get the Rusticans but depending on what you're trying to do, Julia is great for this. Especially if you're trying to do parallel computational math. https://docs.julialang.org/en/v1/manual/parallel-computing/
0 reply
0 recast
1 reaction