mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
![]() - Properly handle negative timestamps (e.g. timestamps before 1970-01-01) - Optimize parsing floating-point timestamps by eliminating the memory allocation needed for returning an error from strconv.ParseInt. Instead, check whether the string contains a dot, and then parse it as a floating-point number. - Add tests for ParseUnixTimestamp function. - Make the code easier to understand and maintain by removing unneeded generic function toNano(). Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8470 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/8472 |
||
---|---|---|
.. | ||
common_params.go | ||
flags.go | ||
line_reader.go | ||
line_reader_test.go | ||
testutils.go | ||
timestamp.go | ||
timestamp_test.go |