Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bit-manipulation

What is this? getproccount

c go bit-manipulation

Extract bit sequences of arbitrary length from byte[] array efficiently

java bit-manipulation bits

Algorithm for copying N bits at arbitrary position from one int to another

How does this code work to count number of 1-bits?

Bitwise "~" Operator in C#

Interleave bits efficiently

C macro to create a bit mask -- possible? And have I found a GCC bug?

c bit-manipulation

Very Compact Bitarray in Java

Calculating Hamming weight efficiently in matlab

Some questions about bitwise operators

Fast 24-bit array -> 32-bit array conversion?

How to generate a sse4.2 popcnt machine instruction

C bit operations / copy one bit from one byte to another byte

c bit-manipulation

What are the first 32 bits of the fractional part of this float?

Why does (1 >> 0x80000000) == 1?

c bit-manipulation

How in swift to convert Int16 to two UInt8 Bytes

swift bit-manipulation

Fast way of finding most and least significant bit set in a 64-bit integer

Bitshifting in Java

java bit-manipulation shift

Get an array of the bit positions within a 64-bit integer

Improve this PHP bitfield class for settings/permissions?