Skip to content

Simple implementation of grep. Goals: learn more rust error management, try implementing parallelism.

Notifications You must be signed in to change notification settings

finnkauski/my-grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-grep

Simple implementation of grep. Goals: learn more rust error management, try implementing parallelism.

The idea would be to implement some form of grepping and do it in parallel for each file using Rayon.

Notes:

Timing it hasn't shown a substantial increase in my case in speed from using more threads.

About

Simple implementation of grep. Goals: learn more rust error management, try implementing parallelism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages