Viewing profile — robertnishihara
robertnishihara
HN member- Joined
- Mon, Oct 16, 2017, 6:03 AM UTC
- HN karma
- 464
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About robertnishihara
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #41143928
To clarify, what I mean is that working with "exabytes" is atypical. Most use cases are at a slightly smaller scale :) Data processing workloads are quite common on Ray, especially…
-
comment
Comment #41125120
Other folks have built data processing libraries on top of Ray: Modin and Daft come to mind. But I'm not aware of anything exactly like what you're referring to!
-
comment
Comment #41124965
Multi-threaded libraries (e.g., numpy and PyTorch on CPUs come to mind) are well supported. In scenarios where many processes are each running heavily multi-threaded computations, …
-
comment
Comment #41124520
I'm glad you find it exciting! Our intention from the start was for Ray to be general purpose. And the core Ray APIs are quite general (basically just scheduling a Python function …