SpiceQA
Questions
Tags
Users
Badges
user_3339089
@user_3339089
0
reputation
0
answers
7
questions
About Me
// Hello, World !
Top Answers
Which loop is faster, while or for?
0 votes
Top Questions
If memory pools are faster than malloc, why doesn't malloc use them under the covers?
10 votes
3 answers
Is it possible to get both the modulus and quotient of division in a single operation in C++?
6 votes
3 answers
How is lazy evaluation implemented in a way that doesn't require more overhead than gains produced?
5 votes
4 answers
C++ Thread Safety: If only one thread can write to a non-atomic variable but multiple threads read from it.. can problems be encountered?
3 votes
1 answers
What is the most efficient way to coordinate between threads about which threads are free?
3 votes
1 answers