SpiceQA
Questions
Tags
Users
Badges
user_5740428
@user_5740428
0
reputation
0
answers
18
questions
About Me
// Hello, World !
Top Answers
How can you quickly compute the integer logarithm for any base?
32 votes
What is an equivalent replacement for std::unary_function in C++17?
19 votes
Ambiguity between function and function in namespace with same argument
18 votes
Is this legal template lambda syntax?
16 votes
How can I code something like a switch for std::variant?
14 votes
Top Questions
Why does division by 3 require a rightshift (and other oddities) on x86?
34 votes
4 answers
How can you quickly compute the integer logarithm for any base?
22 votes
1 answers
Why can the compiler not optimize floating point addition with 0?
22 votes
3 answers
How can I speed up the binary GCD algorithm using __builtin_ctz?
8 votes
2 answers
Why can't I std::bit_cast the contents of a string literal?
8 votes
0 answers