Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nicer API for writing a Backend #6

Open
utdemir opened this issue Apr 14, 2019 · 0 comments
Open

Nicer API for writing a Backend #6

utdemir opened this issue Apr 14, 2019 · 0 comments

Comments

@utdemir
Copy link
Owner

utdemir commented Apr 14, 2019

Currently the API to write a Backend is quite limited, it forces us to create a new process, and does not look pretty. With a nicer API:

  • We can use Consider using aws-lambda-haskell-runtime #5 to get rid of the Python wrapper we're currently using
  • We can create a backend which uses threads and an in memory shuffle store, it should be considerably faster than localProcessBackend and localTmpShuffleStore.
@utdemir utdemir changed the title Nicer API for writing the Backend Nicer API for writing a Backend Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant