Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

Are bitwise operations still practical?

Check if only one single bit is set within an integer (whatever its position)

Integer Byte Swapping in C++

c++ byte bit-manipulation

Standard C++11 code equivalent to the PEXT Haswell instruction (and likely to be optimized by compiler)

What's the fastest way to represent and multiply sparse boolean matrices?

Precise control over texture bits in GLSL

What's the fastest way to do a right bit rotation/circular shift on a byte array

How to efficiently transpose a 2D bit matrix

Converting a String representation of bits to a byte

Is it possible to convert from 4x Uint8 into Uint32 using typed arrays in JavaScript?

StringBuilder initialization in Java

Is there a way to print the bits without using a loop in C?

c bit-manipulation

Get array values based on bitmask in PHP

Q: How bitset are inside?

c++ bit-manipulation bitset

ARM assembly puzzle

Adding versus ORing performance

Java enum confusion with creating a bitmask and checking permissions

Saturated addition of two signed Java 'long' values

Fastest way to find up to 6 consecutive 0 bits in a char array