Search code examples
Arithmetic bit-shift on a signed integer...

cbit-manipulationbit-shift

Read More
Is there a faster algorithm for max(ctz(x), ctz(y))?...

c++algorithmrustbit-manipulationmicro-optimization

Read More
How to iterate over each bit of a byte in Python?...

pythonbinarybit-manipulation

Read More
Pack array of int16_t into multiple uint64_t...

arduinobit-manipulationarduino-c++

Read More
llsr and llsl (64-bit shift) for ARM Cortex-m3...

armbit-manipulation64-bitbit-shiftcortex-m

Read More
Unpacking number is resulting in out of order...

javascripttypescriptbit-manipulation

Read More
Convert CSV Boolean-enumerations to bitfield in bash...

bashawksedbit-manipulation

Read More
Padding bits in unsigned integers and bitwise operations in C89...

cbit-manipulationbitwise-operatorspadding-bit

Read More
Python byte array to bit array...

pythontype-conversionbit-manipulationbytebit

Read More
Fastest way to generate magic numbers...

javascriptbit-manipulationchess

Read More
Python Truncating to 32-bit...

pythonbit-manipulation

Read More
How do you increment a bit of a bit-array from a position in array?...

bit-manipulationcommon-lispbitarray

Read More
Enumerating intersections of two sequences...

c++algorithmbinarynumbersbit-manipulation

Read More
Bit manipulation library for ANSI C...

cbit-manipulation

Read More
How can I optimize this bit-packing function in C?...

coptimizationbit-manipulationbit-packing

Read More
Can you check a flag on a byte, AND retrieve the remaining 7-bit integer value, in one assembly oper...

assemblybit-manipulationx86-64varint

Read More
Can storing unrelated data in the least-significant-bit of a pointer work reliably?...

c++bit-manipulationsmart-pointers

Read More
Fast computing of log2 for 64-bit integers...

c64-bitbit-manipulation32bit-64bitlookup

Read More
What does AND 0xFF do?...

cbit-manipulationbitwise-operatorsbit-shift

Read More
how to split 64bit integer to two 32bit integers...

javascriptintegerbytebit-manipulation

Read More
BitSet to and from integer/long...

javabit-manipulationbitset

Read More
Subtracting two numbers without using '-' operator...

cbit-manipulation

Read More
How to strip the trailing zeros from the bit representation of a number...

pythonperformancebit-manipulationbit-representation

Read More
What is the purpose of '<<8 <<16 <<24' in this C++ code snippet for readin...

c++bit-manipulationbitwise-operators

Read More
How to handle Postgres' VARBIT type in JPA?...

javapostgresqlhibernatejpabit-manipulation

Read More
'and' (boolean) vs '&' (bitwise) - Why difference in behavior with lists vs nump...

pythonnumpybit-manipulationboolean-expressionampersand

Read More
Explanation of the safe average of two numbers...

javac++mathbit-manipulationinteger-overflow

Read More
Find a solution to a Math.imul() when given a known result...

javascriptalgorithmbit-manipulation

Read More
QWORD shuffle sequential 7-bits to byte-alignment with SIMD SSE...AVX...

bit-manipulationsimdsseavxvarint

Read More
How to efficiently perform load and bitwise operation using GPGPU?...

ccudabit-manipulationgpgpugpu-shared-memory

Read More
BackNext