SpiceQA
Questions
Tags
Users
Badges
micro-optimization
146 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
ADD vs OR vs XOR to calculate an index
user_7610883
0
•
asked Apr 11, 2021
2
1
197
x86-64
micro-optimization
x86
c++
Set EDX to 0 or -1 according to an EAX >= 0 condition?
Admin
1
•
asked Apr 4, 2021
2
1
148
x86-64
micro-optimization
assembly
Does optimizing an algorithm from O(2N) down to O(N) make it twice as fast?
user_14225232
0
•
asked Apr 2, 2021
2
1
415
space-complexity
micro-optimization
big-o
time-complexity
optimization
Search of interval optimization
user_15500486
0
•
asked Mar 28, 2021
2
1
111
micro-optimization
optimization
python
Access of struct member faster if located <128 bytes from start?
user_2369597
0
•
asked Mar 11, 2021
4
1
110
micro-optimization
x86
assembly
Count integers in [1..N] with K zero bits below the leading 1? (popcount for a contiguous range without HW POPCNT)
user_13293614
0
•
asked Mar 7, 2021
2
2
560
hammingweight
nasm
micro-optimization
x86
optimization
Should I inline operators == and != in case when operator!=() uses negation of operator==()
user_3746228
0
•
asked Feb 26, 2021
3
2
202
micro-optimization
c++
Why am I seeing more RFO (Read For Ownership) requests using REP MOVSB than with vmovdqa
user_11322131
0
•
asked Feb 19, 2021
6
0
450
memcpy
x86-64
micro-optimization
intel
cpu-architecture
When does Common subexpression elimination apply?
user_8311567
0
•
asked Feb 18, 2021
2
0
92
compiler-optimization
microbenchmark
micro-optimization
optimization
java
Why can't GCC generate an optimal operator== for a struct of two int32s?
user_874660
0
•
asked Feb 18, 2021
87
3
4832
compiler-optimization
x86-64
micro-optimization
gcc
c++
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions