Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Why C compilers optimize switch and if differently

Bitwise OR of constants

Logical, arithmetical bitwise shifts

Bitwise flags and Switch statement?

Confusion with C ~ operator (bitwise Not) and comparing char variables

c byte bit-manipulation

efficient way to convert 16 bit value to 8 bit value

c bit-manipulation

Fastest way to loop every number with conditions

Mysql Bitwise operations and filter

mysql bit-manipulation

what's the difference between bitwise shift with 2 arrows and 3 arrows? [duplicate]

What is the best way to calculate number of padding bytes

c bit-manipulation padding

How do I simulate a bitwise rotation of a 64-bit (unsigned) integer in JavaScript?

Python byte array to bit array

Optimize an array of tribools for space

Flip all groups of consecutive 0 bits of size <= N to 1s

c++ c bit-manipulation

Most efficient method of generating a random number with a fixed number of bits set

What are 0xaa and 0x55 doing?

Is there any way to write "mod 31" without modulus/division operators?

Fastest way to produce a mask with n ones starting at position i

Finding the next in round-robin scheduling by bit twiddling

What do these JavaScript bitwise operators do?