frostfs-node/pkg
Evgenii Stratonikov 806ea37101 [#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-26 06:11:32 +00:00
..
ape [#1216] ape: Introduce BearerChainFeedRouter 2024-07-05 18:26:48 +00:00
core [#1276] go.mod: Update api-go 2024-07-26 16:44:19 +03:00
innerring [#1135] ir: Add healthstatus RECONFIGURING 2024-08-15 16:54:45 +03:00
local_object_storage [#1328] pilorama: Do not skip items in SortedByFilename 2024-08-26 06:11:32 +00:00
morph [#1316] lint: Fix warnings 2024-08-21 18:18:25 +03:00
network [#1307] go.mod: Bump frostfs-sdk-go/frostfs-api-go/v2 versions 2024-08-16 14:13:09 +00:00
services [#1329] putSvc: Reset SuccessAfter for non-EC objects in EC container broadcasting 2024-08-23 13:51:16 +03:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1262] sdnotify: Send system monotonic time on reload 2024-08-16 12:05:31 +03:00