Open main menu

CDOT Wiki β

Changes

DPS921/Group 8

510 bytes added, 11:34, 26 November 2018
Conclusion
=Conclusion =
 
False sharing is a lurking problem that hinders the scalabilty of a program and it can be easily missed. It is very important to keep and eye out for the problem and recognize it quickly in parallel programming where performance is key. The two methods we explored, padding and thread local variable, are both reliable solution to false sharing but having a local variable to a thread is definitely better than padding as padding is more resource wasteful making it counter intuitive in parallel programming.
42
edits