dapr / dapr/dotnet-sdk

Improve actor method invocation performance and flexibility

Open
#148 0 comments 3 reactions 1 assignee Claimed by @amanbha View on GitHub
area/actor/runtime P2
Dominant language
C#
Stars
1.2k
Forks
378
Avg merge
1d 22h
Merged PRs (30d)
5

Description

ASP.NET Core uses a type called [ObjectMethodExecutor](https://github.com/aspnet/AspNetCore/tree/dbba49cc256ef2ac0d4cc94cfd0e256d70dfea46/src/Shared/ObjectMethodExecutor) to generate efficient code for calling methods that take any arguments and return any result (async or not). It's pretty hardened and should be used instead of the raw method info to dispatch to actor methods.

cc @amanbha

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.