frostfs-node/pkg
Evgenii Stratonikov de74fcc38f [#481] blobstor: use simplelru.LRU cache
Evicting from cache requires closing blobovnicza which
in turn needs to lock `activeMtx`. This lock is not needed on
every addition, but our LRU library doesn't return evicted keys.
In future we may consider switching to other implementation.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-04-21 14:41:34 +03:00
..
core [#399] object/fmt: Fix test for tombstone epoch expiration 2021-02-19 16:20:10 +03:00
innerring [#479] morph/timer: Move block timer to morph package 2021-04-19 09:35:54 +03:00
local_object_storage [#481] blobstor: use simplelru.LRU cache 2021-04-21 14:41:34 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#483] morph/client: Throw panic if notary methods are not initialized 2021-04-20 09:53:44 +03:00
network [#460] Fix typos in commentaries 2021-04-08 17:29:08 +03:00
policy [#410] pkg/policy: Parse strings in filter key 2021-02-25 11:57:26 +03:00
services [#482] reputation/router: Move router to ./common 2021-04-19 11:47:04 +03:00
util [#448] util/keyer: Prioritize hex decoding over base58 2021-03-26 15:27:55 +03:00