You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a backend which uses threads and an in memory shuffle store, it should be considerably faster than localProcessBackend and localTmpShuffleStore.
The text was updated successfully, but these errors were encountered:
utdemir
changed the title
Nicer API for writing the Backend
Nicer API for writing a BackendApr 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:aws-lambda-haskell-runtime
#5 to get rid of the Python wrapper we're currently usinglocalProcessBackend
andlocalTmpShuffleStore
.The text was updated successfully, but these errors were encountered: