3:29 AM
DarwinならこういうのがあるけどLinuxクロス要件もあるならう〜ん
3:30 AM
In Windows, atomic operation functions are separated by 32bit and 64bit like this: InterlockedIncrement32 InterlockedIncrement64 Meanwhile, what functions do the same in Linux? What is the functi...
3:32 AM
並列アルゴリズムならDispatchQueueを使うのが良いけど、 std::atomicみたいなローレベルな同期プリミティブになってくると
3:32 AM
Swiftには標準が無いのか・・・? (edited)