Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Improve this PHP bitfield class for settings/permissions?

Decimal to Binary

How do uppercase and lowercase letters differ by only one bit?

Branchless code that maps zero, negative, and positive to 0, 1, 2

Compact a hex number

c++ bit-manipulation sse

How many years of millisecond timestamps can be represented by 41 bits?

Fast nearest power of 2 in JavaScript?

In Java, when using bitshifts, why does 1 << 32 != 1 << 31 << 1?

java bit-manipulation

Finding the exponent of n = 2**x using bitwise operations [logarithm in base 2 of n]

Bitwise operator advantages in StringBuilder

C/C++ Bit Twiddling

c++ c bit-manipulation

Fastest way to compare bitsets (< operator on bitsets)?

Bit counting in a contiguous memory chunk

What's the quickest way to compute log2 of an integer in C#?

Weird output for bitwise NOT

c++ bit-manipulation

How to implement Bitcount using only Bitwise operators?

c bit-manipulation

Bitwise Multiply and Add in Java

return index of least significant bit in Python

python bit-manipulation

How to represent 4 boolean possibilities in a single value

How to use a bitwise operator to pass multiple Integer values into a function for Java?