Skip to content

SajivMilton/cpp-multithreaded-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

C++ Multithreaded Processing

πŸ“Œ Overview

A C++ program that demonstrates multithreaded matrix multiplication using std::thread.

βš™οΈ Tech Stack

  • Language: C++
  • Libraries: STL, Thread

πŸš€ How to Run

  1. Clone repo
  2. Compile: g++ multithread.cpp -o multithread -pthread
  3. Run: ./multithread

πŸ“Š Outcome

  • Learned multithreading concepts
  • Improved execution efficiency (~40% faster than single-thread)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages