frostfs-node/pkg
Evgenii Stratonikov 01e18eda43 [#1328] pilorama: Do not skip items in SortedByFilename
Benchmark results:
```
goos: linux
goarch: amd64
pkg: git.frostfs.info/TrueCloudLab/frostfs-node/pkg/local_object_storage/pilorama
cpu: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
                                   │     old     │                 new                 │
                                   │   sec/op    │   sec/op     vs base                │
ForestSortedIteration/bbolt,root-8   207.2µ ± 6%   173.6µ ± 6%  -16.23% (p=0.000 n=10)
ForestSortedIteration/bbolt,leaf-8   3.910µ ± 5%   3.928µ ± 7%        ~ (p=0.529 n=10)
geomean                              28.46µ        26.11µ        -8.27%
```

They are not representative, as the worst case is when we have multiple
items of different lengths. However, `FileName` is usually less than 100
in practice, so the asymptotics is the same.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-23 13:41:01 +03:00
..
ape [#1216] ape: Introduce BearerChainFeedRouter 2024-07-05 18:26:48 +00:00
core [#1277] go.mod: Update api-go 2024-07-26 17:27:41 +03:00
innerring [#1135] ir: Add healthstatus RECONFIGURING 2024-08-15 18:24:10 +03:00
local_object_storage [#1328] pilorama: Do not skip items in SortedByFilename 2024-08-23 13:41:01 +03:00
morph [#1291] morph: Reconnect to the highest priority endpoint 2024-08-05 13:17:44 +03:00
network [#1277] go.mod: Update api-go 2024-07-26 17:27:41 +03:00
services [#1319] treeSvc: Do not wrap error from APE 2024-08-19 18:39:25 +03:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1135] sdnotify: Send MONOTONIC_USEC on reload 2024-05-15 12:52:52 +00:00