Hacker News new | ask | show | jobs
by yoursunny 1804 days ago
If I have a uint64 counter incremented by C code and read by Go code, is it safe to do so without using any locks and atomic?
1 comments

Surely not safe.