An open API service indexing awesome lists of open source software.

https://github.com/felipeaz/multithread-filesearch

Multithread file searching on Mac OS
https://github.com/felipeaz/multithread-filesearch

concurrency golang

Last synced: 3 months ago
JSON representation

Multithread file searching on Mac OS

Awesome Lists containing this project

README

        

# multithread-filesearch
Multithread file searching on Mac OS

Simply code that reads all files using recursive function and go routines and stores all matched
filepath which has the README.md name.

This example uses mutex to lock the shared variable ``matches`` to avoid race condition and uses
``wait group`` to synchronize the goroutines