Skip to content

Experiment / Benchmark using "worker" goroutines to run invocations #17

@richardartoul

Description

@richardartoul

Right now the worker/actor invocation always run in the calling Goroutine. This can lead to a huge amount of time being spent in runtime.NewStack for each invocation. We should experiment with running a pool of worker routines in activations.go and sending them work over a channel to see if that improves performance at all. I suspect it will have a dramatic impact on latency for some workloads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions