StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

harold

Rating
1621.23 (1,071st)
Reputation
42,476 (2,554th)
Page: 1 2 3 4 5 6 7 ... 25
Title Δ
Why is IL.Emit method adding additional nop instructions? +1.52
how to convert opcodes to hexcodes 0.00
Floor division // vs int() rounded off -1.66
Interleave 4 byte ints to 8 byte int +1.11
GCC Jump Table initialization code generating movsxd and add? -2.13
Integer overflow in Python3 +0.36
Cumulative bitwise operations -1.16
Define a `static const` SIMD Variable within a `C` Function +0.09
How to rotate a centered hexagonal bitboard? 0.00
How to create a 8 bit mask from lsb of __m64 value? +1.87
When stripping bits out of an int, the compiler warns about one con... +1.32
What is the point implementing custom math functions in C++ (like S... +0.79
How many 64-bit multiplications are needed to calculate the low 128... 0.00
How conditionally negate an AVX2 int16_t vector based on another ve... +1.76
Move data from array of not aligned structs to array of aligned in... -1.60
Fast CRC32 algorithm for reversed bit order 0.00
Is LFENCE serializing on AMD processors? +1.49
c++ trigonometric function returns unexpected value 0.00
Why does RV32I include instructions like ADDI and XORI but not BLTI? 0.00
Confusion with comparing negative integers +1.37
what is this loop optimization called and how does it work? +1.52
Query about legacy 3DNow! instruction set -1.11
Should I use i32 or i64 on 64bit machine? +1.12
MIPS that multiplies $a0 (integer) by 16 0.00
java algorithm for search with different increment number +0.36
Optimization of matrix and vector multiplication in C 0.00
Performance of recursive function in register based compiler 0.00
Is there a way to write _mm256_shldi_epi8(a,b,1) with AVX2? (Shift... 0.00
Huffman compression Images 0.00
Reinterpret uint16 as fixed-point with 14 fractional bits in Python 0.00
cache friendly way to add to arrays of ints 0.00
Concatenation of prefixes of a boolean array +0.36
find Factorial of no. It is working fine but i am not able to under... +0.10
Need help writing a binary reader extension method for a specific v... +2.26
Rounding away from zero 0.00
How to encode integers into other integers 0.00
How can CPU's have FLOPS much higher than their clock speeds? 0.00
Bitwise operation in java or c 0.00
Understanding WORD PTR 0.00
.align directive in MIPS assembly (MARS) 0.00
convert javascript double bitwise not to c# 0.00
How to turn a Boolean Function into a Binary Decision Diagram +1.77
Packing sets of non power of 2 integers 0.00
How to obtain hexadecimal value of -nan -0.21
Not using the right idexes? 0.00
DEFLATE: is back-reference really better? 0.00
Binary Search Middle Value Logic +0.55
How to convert a Uint8Array into a boolean (bit) array without usin... +2.38
Effective main memory to CPU maximum bandwidth in C# +0.37
(b&(1<<i)) VS ((b >> i) & 1) C++ +0.35