e2core icon indicating copy to clipboard operation
e2core copied to clipboard

Avoid or Optimize CoordinatedRequest serialization

Open cohix opened this issue 4 years ago • 2 comments

The serialization and deserialization of CoordinatedRequests should be evaluated closely. This will become a performance issue, and serialization should be avoided at all costs so long as a request's execution stays within the same instance. This could be related to https://github.com/suborbital/reactr/pull/81 or whatever comes of that effort, as it will hopefully allow for strongly typed execution, even with Wasm Runnables.

cohix avatar May 12 '21 00:05 cohix

Even in the case where serialization is needed to cross a network boundary, something more efficient than JSON should be considered, such as ProtoBuf.

cohix avatar May 12 '21 00:05 cohix

This is being addressed in Reactr

cohix avatar Oct 15 '21 14:10 cohix