Go implementation of FrostFS SDK
Find a file
Evgenii Stratonikov 3edaf9ecb6 netmap: sort buckets by HRW value
If weights for some buckets are equal, result depends on the
initial positions of buckets in slice. Thus we sort buckets by value
using hash of the first node as a have for the whole bucket.
This is ok, because buckets are already sorted by HRW.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-12-28 15:59:35 +03:00
.github/workflows [#37] ci: Add github workflows 2021-10-15 17:37:18 +03:00
accounting [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
acl [#40] acl: move ACL types from neofs-api-go 2021-10-27 19:42:38 +03:00
audit [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
checksum [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
client [#107] client: Provide RWTimeout option 2021-12-28 15:59:21 +03:00
container [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
eacl [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
logger [#26] *: Move pkg content to root 2021-07-28 13:47:27 +03:00
netmap netmap: sort buckets by HRW value 2021-12-28 15:59:35 +03:00
object [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
owner [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
policy [#42] policy: use SDK netmap version 2021-10-28 14:50:33 +03:00
pool [#105] pool: Add balance command 2021-12-17 15:11:23 +03:00
reputation [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
resolver [#93] Return NNS resolver 2021-12-14 15:27:04 +03:00
session [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
signature [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
storagegroup [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
subnet [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
token [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
util/signature [#93] Remove golang.org/x/crypto dependency 2021-12-14 15:27:04 +03:00
version [#54] tests: unify test generator names 2021-12-01 10:34:54 +03:00
.gitattributes [#3] policy: use ANTLRv4 parser generator 2021-06-15 11:42:14 +03:00
.gitignore Add vendor directory to gitignore 2021-07-07 17:20:36 +03:00
.golangci.yml [#37] ci: Replace golint by revive 2021-10-15 17:37:18 +03:00
go.mod [#107] client: Provide RWTimeout option 2021-12-28 15:59:21 +03:00
go.sum [#107] client: Provide RWTimeout option 2021-12-28 15:59:21 +03:00
LICENSE Initial commit 2021-02-25 11:35:04 +03:00
Makefile [nspcc-dev/neofs-node#166] *: Add project files 2021-05-20 23:57:51 +03:00
README.md Initial commit 2021-02-25 11:35:04 +03:00

neofs-sdk-go

Go implementation of NeoFS SDK