SpiceQA
Questions
Tags
Users
Badges
user_2945027
@user_2945027
0
reputation
0
answers
32
questions
About Me
// Hello, World !
Top Answers
Why is std::mutex so much worse than std::shared_mutex in Visual C++?
19 votes
Recursive unordered_map
11 votes
Difference between std::atomic and std::condition_variable wait, notify_* methods
10 votes
What is the latest C++ standard to target Windows XP with Visual Studio?
8 votes
Address Sanitizer in MSVC: why does it report an error on startup?
8 votes
Top Questions
How does libcxx std::counting_semaphore implement "Strongly happens before" for release / acquire?
13 votes
0 answers
Why is std::mutex so much worse than std::shared_mutex in Visual C++?
12 votes
1 answers
Why is std::mutex a standard-layout class?
12 votes
1 answers
Why do separate arrive and wait exist in C++20 barrier?
8 votes
1 answers
Why is C++23 stacktrace_entry different from source_location?
8 votes
2 answers