frostfs-node/cmd
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
..
frostfs-adm [#1459] .golangci.yml: Add intrange linter, fix issues 2024-10-30 15:18:22 +00:00
frostfs-cli [#1471] Replace sort.Slice in some places 2024-11-06 08:07:32 +00:00
frostfs-ir [#1422] ir: Add dialer source 2024-10-17 13:15:08 +00:00
frostfs-lens [#1459] .golangci.yml: Add intrange linter, fix issues 2024-10-30 15:18:22 +00:00
frostfs-node [#1467] node: Break notary deposit wait after VUB 2024-11-01 16:42:02 +03:00
internal/common [#1382] node: Replace deprecated methods 2024-09-18 14:35:48 +03:00