Y
Hacker News
new
|
ask
|
show
|
jobs
by
loeg
481 days ago
The only things that should be shared without synchronization are readonly objects where the initialization is somehow externally serialized with accessors, and atomic scalars -- C++ std::atomic, Java has something similar, etc.