Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

extract bit in Ruby Integers

ruby bit-manipulation

How can I convert the lower/upper 8 bits of a u16 to a u8 in Rust?

rust bit-manipulation

Is there a more efficient way of expanding a char to an uint64_t?

Which algorithm is faster for checking if a bit is set?

How can I swap two bits of integer in Java?

java bit-manipulation swap

How to obtain the next Power Of Two of a given number? [duplicate]

Right shift with zeros at the beginning

Why does right shifting negative numbers in C bring 1 on the left-most bits? [duplicate]

Examples of when a bitwise swap() is a bad idea?

c++ bit-manipulation swap

XOR reversibility operation question

bit-manipulation xor

How to copy bits from one variable to another?

How is this size alignment working

Checking if number is even by looking at the last bit - are there any other "tricks" like this one?

c++ bit-manipulation

Number for each enum item?

Java: Are bitwise OR and AND FASTER than the equivalent logical operators?

java bit-manipulation

Fastest way to enumerate through turned on bits of an integer

How to reverse bits of a byte?

Implementing a bitwise operation using the Interlocked class in .NET