Y
Hacker News
new
|
ask
|
show
|
jobs
by
smcl
822 days ago
Interesting - looking at their homepage they seem to lean heavily into the idea that it's for optimising AI/ML work, not multi-process generally.
1 comments
pillusmany
822 days ago
You can use just ray.core to do multi process.
You can do whatever you want in the workers, I parse JSONs and write to sqlite files.
link
You can do whatever you want in the workers, I parse JSONs and write to sqlite files.