frostfs-node/pkg/util/locode/table/csv
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
..
calls.go [#316] locode/csv: Scan subdivision csv-table into memory 2021-02-10 21:11:28 +03:00
opts.go [#316] locode: Implement csv UN/LOCODE table 2021-02-09 11:05:55 +03:00
table.go [#316] locode/csv: Scan subdivision csv-table into memory 2021-02-10 21:11:28 +03:00