Feedback: simple SIMD powered string pattern search over text files recursively
Ziggit
Feedback: simple SIMD powered string pattern search over text files recursively
Hi, Iβm looking for some feedback on my example code and hope for some suggestions/tipps what can be done better π The goal is to search all textfiles of a nested directory tree and return those which match a string pattern. For now, no complex match syntax like Regex or fuzzy matching is wanted, just plain exact matching of the given pattern. Additionally, the following aspects are important: return file path on first match. It doesnβt make any difference if the file c...
0 comments
No comments yet.