#grep #lock-free #coroutine

yanked task-grep

Very simplistic grep-like regexp searcher that leveages lock-free Tasks framework for its workers

Uses old Rust 2015

0.1.0 Feb 4, 2017

#69 in #coroutine

MIT license

5KB
79 lines

task-grep

Fast multi-worker grep (1.5x times faster than egrep on similar data according to my completely non-exhaustive tests). Leverages lock-free Tasks worker framework.

Dependencies

~5MB
~109K SLoC