frostfs-node/pkg/util
Leonard Lyubich 977229eb5a [#316] locode/csv: Scan subdivision csv-table into memory
Scanning subdivision csv-table entries one-by-one takes significant time and
system resources. To speed up random access to table records, on the first
call, the table is pumped into memory (map). On subsequent calls, I/O
operations are not performed.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-02-10 21:11:28 +03:00
..
attributes [#174] Use Marshal(JSON)/Unmarshal(JSON) methods for encoding/decoding 2020-11-17 11:56:00 +03:00
grace [#11] Trim the old functionality 2020-10-02 11:22:55 +03:00
keyer [#159] Add keyer to neofs-cli 2020-11-09 18:59:21 +03:00
locode [#316] locode/csv: Scan subdivision csv-table into memory 2021-02-10 21:11:28 +03:00
logger Add Inner Ring code 2020-07-24 17:07:37 +03:00
precision [#122] Add precision converter 2020-10-28 13:36:59 +03:00
profiler Add Inner Ring code 2020-07-24 17:07:37 +03:00
rand Add Inner Ring code 2020-07-24 17:07:37 +03:00
test Add Inner Ring code 2020-07-24 17:07:37 +03:00
salt.go [#290] util: Implement salting writer 2021-01-11 18:40:59 +03:00
salt_test.go [#290] util: Implement salting writer 2021-01-11 18:40:59 +03:00
worker_pool.go [#33] util: Define worker pool interface 2020-10-02 11:25:35 +03:00