asynkron / protoactor-dotnet

Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
http://proto.actor
Apache License 2.0
1.73k stars 288 forks source link

With simpler execution plan by avoiding unnecessary sorting of all of… #2115

Closed AmirShitrit closed 7 months ago

AmirShitrit commented 7 months ago

… an actor's snapshots

Description

With simpler execution plan by avoiding unnecessary sorting of all of an actor's snapshots

Purpose

This pull request is a:

Checklist