Live data from Hacker News

Viewing profile — robertnishihara

robertnishihara

HN member
Joined
Mon, Oct 16, 2017, 6:03 AM UTC
HN karma
464
Public activity
102 items

About robertnishihara

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. 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…

  23. 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!

  24. 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, …

  25. 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 …