frostfs-node/pkg/services/container
Ekaterina Lebedeva 242f0095d0 [#1577] container: Reduce iterations through container list
* Separated iteration through container ids from `ContainersOf()`
  so that it could be reused.
* When listing containers we used to iterate through the
  the whole list of containers twice: first when reading from
  a contract, then when sending them. Now we can send batches
  of containers when reading from the contract.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-27 15:30:26 +03:00
..
morph [#1577] container: Reduce iterations through container list 2024-12-27 15:30:26 +03:00
ape.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
ape_test.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
audit.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
executor.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
server.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
sign.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
transport_splitter.go [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00