frostfs-node/pkg/services/tree
Evgenii Stratonikov 9840936a4f [#1753] services/tree: Do not restrict depth in GetSubTree
Previously, the depth was restricted because with BFS the amount of
nodes we have in memory blows up exponentially. With DFS is is linear,
so we can process trees of arbitrary depth.

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
2022-09-07 10:52:37 +03:00
..
cache.go [#1644] services/tree: Do not use deprecated gRPC options 2022-07-30 18:39:08 +03:00
container.go [#1607] services/tree: allow to customize some parameters 2022-07-21 15:08:24 +03:00
getsubtree_test.go [#1753] services/tree: Do not restrict depth in GetSubTree 2022-09-07 10:52:37 +03:00
options.go [#1607] services/tree: allow to customize some parameters 2022-07-21 15:08:24 +03:00
redirect.go [#1446] services/tree: Cache connections to the container nodes 2022-07-21 15:08:24 +03:00
replicator.go [#1607] services/tree: allow to customize some parameters 2022-07-21 15:08:24 +03:00
service.go [#1753] services/tree: Do not restrict depth in GetSubTree 2022-09-07 10:52:37 +03:00
service.pb.go [#1333] services/control: Return pilorama info in ListShards RPC 2022-07-21 15:08:24 +03:00
service.proto [#1334] services/tree: Document *.proto files 2022-07-21 15:08:24 +03:00
service_grpc.pb.go [#1333] services/control: Return pilorama info in ListShards RPC 2022-07-21 15:08:24 +03:00
service_neofs.pb.go [#1329] services/tree: Implement GetOpLog RPC 2022-07-21 15:08:24 +03:00
signature.go [#1624] go.mod: Update dependencies 2022-07-25 16:56:02 +03:00
signature_test.go [#1328] services/tree: Implement access control 2022-07-21 15:08:24 +03:00
sync.go [#1644] services/tree: Do not use deprecated gRPC options 2022-07-30 18:39:08 +03:00
types.pb.go [#1333] services/control: Return pilorama info in ListShards RPC 2022-07-21 15:08:24 +03:00
types.proto [#1334] services/tree: Document *.proto files 2022-07-21 15:08:24 +03:00
types_neofs.pb.go [#1328] services/tree: Implement access control 2022-07-21 15:08:24 +03:00