Global MAX_REASONABLE_TIMESTAMP adjusted in error. Due to arbitrary precision
arithmetic, over time memory can be seen leaking for lines processed with ms
precision timestamps. Set/adjust local copy max_reasonable_timestamp within scope of function.
Perform timestamp precision check before converting timestamp to int to
save allocation of buffer.
Replace space normalization looping construct with split/join.
Global MAX_REASONABLE_TIMESTAMP adjusted in error. Due to arbitrary precision arithmetic, over time memory can be seen leaking for lines processed with ms precision timestamps. Set/adjust local copy max_reasonable_timestamp within scope of function.
Perform timestamp precision check before converting timestamp to int to save allocation of buffer.
Replace space normalization looping construct with split/join.