frostfs-node/pkg/util/locode
Leonard Lyubich 307355f165 [#316] locode/airports: Scan csv table into memory
Scanning 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 20:18:06 +03:00
..
column [#316] locode/column: Fix LatitudeHemisphere.North method implementation 2021-02-10 20:18:06 +03:00
db [#316] locode/airports: Scan csv table into memory 2021-02-10 20:18:06 +03:00
table/csv [#316] locode: Implement csv UN/LOCODE table 2021-02-09 11:05:55 +03:00
record.go [#316] locode: Define structure of the entry of the UN/LOCODE table 2021-02-09 11:05:55 +03:00