frostfs-node/pkg
Evgenii Stratonikov 15102e6dfd [#1471] Replace sort.Slice in some places
`slices.SortFunc` doesn't use reflection and is a bit faster.
I have done some micro-benchmarks for `[]NodeInfo`:
```
$ benchstat -col "/func" out
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
       │ sort.Slice  │           slices.SortFunc           │
       │   sec/op    │   sec/op     vs base                │
Sort-8   2.130µ ± 2%   1.253µ ± 2%  -41.20% (p=0.000 n=10)
```

Haven't included them, though, as they I don't see them being used a
lot.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-11-06 08:07:32 +00:00
..
ape [#1388] apeSvc: Drop unused and make annotations 2024-09-25 08:55:38 +00:00
core [#1431] node: Fix comment format 2024-10-15 08:53:59 +00:00
innerring [#1467] node: Break notary deposit wait after VUB 2024-11-01 16:42:02 +03:00
local_object_storage [#1471] Replace sort.Slice in some places 2024-11-06 08:07:32 +00:00
morph [#1467] node: Break notary deposit wait after VUB 2024-11-01 16:42:02 +03:00
network [#1441] network/cache: Use grpc.WaitForReady option when creating client 2024-10-23 11:45:44 +00:00
services [#1471] Replace sort.Slice in some places 2024-11-06 08:07:32 +00:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1462] node: Add off-cpu profiler 2024-10-31 11:32:13 +03:00