akka/akka-core
ShardRegion - use counter instead of calculating size using foldLeft
オープン
#19,191 opened on 2015/12/15
1 - triagedhelp wantedt:cluster-shardingt:cluster-tools
Repository metrics
- Stars
- (13,277 個のスター)
- PR merge metrics
- (平均マージ 8d 19h) (30d で 10 merged PRs)
説明
As mentioned in #19154 - instead of using totalBufferSize calculated by foldLefting shardBuffers everytime it is possible to add simple integer counter to ShardRegion actor to improve performance.