Closed ghost closed 7 years ago
Thanks for your report - in this specific case the performance of sift is bad due to the underlying regular expression engine used in sift.
It does not optimize the search here as there is no fixed string - if you just search for GET.*
the search is much faster.
Unfortunately this will not improve until the regex engine of Go receives more optimizations for cases like this and cannot be fixed in sift itself.