Open
Description
https://github.com/wncc/Hello-Foss-PyThread.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.
https://github.com/wncc/Hello-Foss-PyThread.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.