Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Why should I always use || instead of | and && instead of &?

Compile-time checking if right shift is arithmetic on signed types

Best practice to use bit operations to set some flags

fast way to get integers 0, 1, and 2 when given a random one from the set

Fastest way to read Left-Most bit from unsigned int (C++)?

c++ bit-manipulation

What is 0xFF and why is it shifted 24 times?

ASCII compressor works for short test file, not on long

Bit-reversal algorithm by Rutkowska

What are good methods for hashing bits in an Int32 or UInt32?

c# bit-manipulation prng

Best way to compute max mask of sse var

What's the best way to represent a short bit string?

8-bit checksum is off by one

Is there any valid use for a sign-preserving left shift?

assembly bit-manipulation

What does the expression "b=(b-x)&x" mean?

c++ loops set bit-manipulation

Find the longest prefix of bit arrays

Generate all combinations for pair of bits set to 1?

Smoothing algorithm using integer arithmetic

Storing binary string in MySQL

Bit shift when there is no ... bit shift operator