mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 12:16:26 +00:00
This change keeps each compiled regular expression in a cache in the log buffer. The cache size is not more than the number of patterns given to Match. This change removes the TODO in log_buffer.go.