Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

How to work with bit operations in Swift?

swift bit-manipulation

Converting Java bitwise "and" operator over to Kotlin

How to unset N right-most set bits

XNOR two 64 bits registers in 8 bit blocks

Finding position of '1's efficiently in an bit array

Preserving the floating point & addition of a bitwise operation in javascript

Replicating Javascript bitwise operation in Python

How to add two numbers without using + operator in C using bit manipulation

Using SOLR to calculate "similarity"/"bitcount" between two ulongs

How can I safely use a Java byte as an unsigned char?

Efficient bit shuffling of vector of binary numbers

What does the pipe operator do in SQL?

sql bit-manipulation

Get length of bits used in int

Doing a bitwise operation on bytes

How to extract specific bits from a number in C?

Trying to find the number of x's that satisfies n + x = n ^ x fails with timeout

Efficient modulo-255 computation

How to de-interleave bits (UnMortonizing?)

Efficient computation of the average of three unsigned integers (without overflow)

What's bad about shifting a 32-bit variable 32 bits?