tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
433 stars 41 forks source link

Removed some locks and usages of volatile #382

Closed tonihele closed 3 years ago

tonihele commented 3 years ago

Better double checked locking. Removed some locks altogether, the classes are still thread safe. But doing this optimistic caching instead of locking and volatiles. Once initialized, they should perform better than the old. And our current usages are single threaded anyway, so there is no penalty now.