digitalocean / captainslog

A Syslog Protocol Parser
Mozilla Public License 2.0
136 stars 19 forks source link

Problem: time parsing code was slow for non best cases #52

Closed taotetek closed 7 years ago

taotetek commented 7 years ago

Solution: add some logic for fast determination of rfc3339 style timestamps and a separate code path for handling them.