Newbetuts
.
New posts in bit-manipulation
What does bitwise XOR (exclusive OR) mean?
math
language-agnostic
bit-manipulation
operators
xor
Order of fields when using a bit field in C
c
gcc
bit-manipulation
bit
bit-fields
Simplest way to check if two integers have same sign?
integer
bit-manipulation
sign
Bitwise not in python over unsigned numbers [duplicate]
python
bit-manipulation
unsigned
bitwise-not
How to swap nibbles in C?
c
bit-manipulation
Unexpected C/C++ bitwise shift operators outcome
c
bit-manipulation
What's the fastest way to pack 32 0/1 values into the bits of a single 32-bit variable?
c++
c
performance
bit-manipulation
bit-wise operation unary ~ (invert)
python
bit-manipulation
Subtracting packed 8-bit integers in an 64-bit integer by 1 in parallel, SWAR without hardware SIMD
c++
c
bit-manipulation
simd
swar
Two's Complement in Python
python
bit-manipulation
twos-complement
How to do bitwise AND in javascript on variables that are longer than 32 bit?
javascript
64-bit
bit-manipulation
why is 1>>32 == 1?
java
bit-manipulation
How do you set, clear and toggle a single bit in Rust?
rust
bit-manipulation
Set specific bit in byte
java
byte
bit-manipulation
Incrementing 'masked' bitsets
c++
c
bit-manipulation
intrinsics
How do I flip a bit in SQL Server?
sql
sql-server
bit-manipulation
How do you set, clear and toggle a single bit in JavaScript?
javascript
numbers
bit-manipulation
Speed up bitstring/bit operations in Python?
python-3.x
optimization
bit-manipulation
primes
sieve-of-eratosthenes
Have you ever had to use bit shifting in real projects? [closed]
bit-manipulation
bit-shift
Is there an elegant and fast way to test for the 1-bits in an integer to be in a contiguous region?
c++
c
bit-manipulation
Prev
Next