LoPA607 / Hello-Foss-CPP

0 stars 0 forks source link

LU_factorisation #2

Open LoPA607 opened 1 month ago

LoPA607 commented 1 month ago

https://github.com/LoPA607/Hello-Foss-CPP/blob/main/src/LU_factorisation.cpp This code snippet uses locks in critical sections . This makes thread wait for each other . Optimize this so that no thread waits for other.