frostfs-node/pkg
Evgenii Stratonikov 48eb87d32c [#1149] writecache: Prevent corruption in Head
Also, remove optimization comments:
1. Having to maintain an execute the same logic for headers as for
   objects is quite inefficient, as it increases memory footprint.
2. Unmarshaling object is a cheap operation if data slice is in memory.
3. For unmarshaling header-only, I think we need SDK support.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-03-31 15:40:25 +03:00
..
core [#1247] *: Clarify docs about returned errors from apistatus package 2022-03-17 16:34:00 +03:00
innerring [#1239] innerring: Use pointer-less slices for object IDs 2022-03-29 16:02:05 +03:00
local_object_storage [#1149] writecache: Prevent corruption in Head 2022-03-31 15:40:25 +03:00
metrics [#1054] neofs-node: add epoch metric 2021-12-28 15:34:20 +03:00
morph [#1239] morph/client: Remove intermediate conversion in morph client 2022-03-29 16:02:05 +03:00
network [#1157] network/cache: Optimize client fetch from multiClient 2022-03-28 18:11:20 +03:00
services services/acl: check session token expiration epoch 2022-03-31 15:37:29 +03:00
util [#1239] util/attributes: Remove excessive slice copy during parsing 2022-03-29 16:02:05 +03:00