hacker news Hacker News
  1. new
  2. show
  3. ask
  4. jobs
GoRay is a library that brings Ray Core capabilities to Go.

It allows you to:

  - Build distributed applications in pure golang using Ray's actor and task model
  - Call python tasks/actors from Go and vice versa
The project also includes a CLI tool (goraygen) to generate type-safe wrappers for your golang actors and tasks, providing compile-time safety.

How it works: The Go code is compiled into a shared library (-buildmode=c-shared). A Python driver loads this library and bridges the communication with the Ray core.

Github: https://github.com/ray4go/go-ray

I'd love to hear your feedback!

loading...