frostfs-node/pkg
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
..
core [#1634] node: Do not return expired objects 2022-08-04 16:31:49 +03:00
innerring [#1735] go.mod: Update API and SDK 2022-08-30 12:27:46 +03:00
local_object_storage [#1745] writecache: Set flush parameters based on max size 2022-09-02 11:59:53 +03:00
metrics [#1658] node: Read metrics from meta on startup 2022-08-25 19:20:33 +03:00
morph [#1743] morph: Fix non-notary calls 2022-09-02 12:11:57 +03:00
network [#1687] *: Perform go fmt using go v1.19 2022-08-22 18:59:57 +03:00
services [#1753] services/tree: Do not restrict depth in GetSubTree 2022-09-07 10:52:37 +03:00
util [#1687] *: Perform go fmt using go v1.19 2022-08-22 18:59:57 +03:00