FITFLOP
Home

lock-free (2 post)


posts by category not found!

std::atomic<int> vs. an aligned-to-native-word int varible, which is better?

Comparing std atomic int vs Aligned to Native Word int Which Is Better When it comes to multi threaded programming in C one common question arises Should I use

3 min read 18-10-2024 30
std::atomic<int> vs. an aligned-to-native-word int varible, which is better?
std::atomic<int> vs. an aligned-to-native-word int varible, which is better?

Read and write float type between two threads in C#

Reading and Writing Float Type Between Two Threads in C Multithreading in C can be a complex subject especially when sharing data between threads One common sce

3 min read 16-10-2024 36
Read and write float type between two threads in C#
Read and write float type between two threads in C#