Skip to content

A useful fast tool for file searching in the directories and subdirectories.

Notifications You must be signed in to change notification settings

batiukmaks/Multithreaded-FileSearch-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded FileSearch Program

Description

This program is a useful tool for file searching in the directories and subdirectories. Program uses 8 threads, so it runs 8 times faster than a single threaded analogue. Provide the filename to search, the root directory and get the path to this file.

Usage

  • Build the project with make file_searcher.
  • Run ./file_searcher FILE_TO_SEARCH.EXTENSION ROOT_DIRECTORY.

Example: ./file_searcher thread.h D:\\

This project is part of GL C/C++ BaseCamp Testing - Technical Task

image

About

A useful fast tool for file searching in the directories and subdirectories.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published