Cameron Cordes 0dc8383d2e Fix massive memory allocation issue
Not exactly sure what was going on, other than cloning of the FileMatch
with its results, since it is recursive I believe this blew up the
stack/heap with unnecessary allocations. By using an iterator and filter
this seemed to greatly reduce memory use and improve speed.
2020-05-19 18:19:18 -04:00
2020-05-19 18:19:18 -04:00
2020-04-26 23:18:40 -04:00
Description
A simple grep tool written in Rust.
473 KiB
Languages
Rust 100%