datacache: make m_MDLDict threadsafe (other things still are not!)#156
datacache: make m_MDLDict threadsafe (other things still are not!)#156RaphaelIT7 wants to merge 1 commit intoSource-Authors:masterfrom
Conversation
739a853 to
a997975
Compare
a237f58 to
6699560
Compare
|
I will close these thread-safety PRs for now. The problem is they make entities more threadsafe, but not fully threadsafe. If all is const, it means entities are immutable and can be used anywhere without synchronization overhead If logically or by ThreadSanitizer we find a real bug, such PRs will be accepted. |
If you'd ever want to test for these parallel issues I'll definitely look into seeing which things to make const & such and see how far I get with your suggestion :D |
Depends on #159