[#39] Client: add memory usage optimizations
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
d6fe034453
commit
32a7e64538
14 changed files with 120 additions and 92 deletions
|
@ -229,7 +229,7 @@ internal struct Context
|
|||
return [.. result];
|
||||
}
|
||||
|
||||
static double CalcBucketWeight(List<FrostFsNodeInfo> ns, IAggregator a, Func<FrostFsNodeInfo, double> wf)
|
||||
static double CalcBucketWeight(List<FrostFsNodeInfo> ns, MeanIQRAgg a, Func<FrostFsNodeInfo, double> wf)
|
||||
{
|
||||
foreach (var node in ns)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue