Module: NdrImport::Mapper::Strings

Defined in:
lib/ndr_import/mapper.rb

Overview

The mapper runs nested loops that can result in the allocation of millions of short-lived objects. By pre-allocating these known keys, we can reduce GC pressure.

Constant Summary collapse

CLEAN =
'clean'.freeze
COLUMN =
'column'.freeze
COMPACT =
'compact'.freeze
DAYSAFTER =
'daysafter'.freeze
DECODE =
'decode'.freeze
DO_NOT_CAPTURE =
'do_not_capture'.freeze
FIELD =
'field'.freeze
FORMAT =
'format'.freeze
JOIN =
'join'.freeze
MAP =
'map'.freeze
MAPPINGS =
'mappings'.freeze
MATCH =
'match'.freeze
ORDER =
'order'.freeze
PRESENCE =
'presence'.freeze
PRIORITY =
'priority'.freeze
RAWTEXT_NAME =
'rawtext_name'.freeze
REPLACE =
'replace'.freeze
STANDARD_MAPPING =
'standard_mapping'.freeze
UNPACK_PATTERN =
'unpack_pattern'.freeze
VALIDATES =
'validates'.freeze