Skip to content

v0.1.1

Compare
Choose a tag to compare
@epi2melabs-bot epi2melabs-bot released this 22 Mar 20:51
· 13 commits to master since this release

Added

  • Perform classifications in shared thread pool across clients. Allows speed up of
    processing data from a single client.

Removed

  • The "batch" processing mode of the server and client. This was a stream->unary gRPC,
    that did not achieve any useful functionality beyond the stream->stream gRPC.