Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in bit-manipulation
Perl to set/reset 8th bit on string
Dec 14, 2025
string
perl
bit-manipulation
Efficient AVX2 implementation of a 17x17-bit squaring operation with result truncation
Dec 14, 2025
algorithm
assembly
bit-manipulation
micro-optimization
avx2
Usage of << for exponentiation in C or CUDA
Dec 12, 2025
c
bit-manipulation
bitwise-operators
MATLAB converting a vector of values to uint32
Dec 10, 2025
matlab
vector
bit-manipulation
data-conversion
unsigned-integer
Bit twiddling reorder
Dec 11, 2025
bit-manipulation
shuffle
Bitwise operator that "cancels out" after being applied k times
Dec 10, 2025
algorithm
bit-manipulation
Set 8th bit if all lower 7 bits are set without branching
Dec 08, 2025
c
algorithm
bit-manipulation
branchless
Bitwise XOR on address in GoLang
Dec 07, 2025
pointers
go
bit-manipulation
xor
What type of analysis do compilers do to spot opportunities for reducing entires chunks of code with calls to builtins?
Dec 07, 2025
c++
assembly
clang
bit-manipulation
compiler-optimization
If I have a truth table, is there a way of determining the bitwise expression I need for that truth table?
Dec 09, 2025
c
binary
bit-manipulation
How to optimize MATLAB bitwise operations
Dec 07, 2025
performance
matlab
integer
bit-manipulation
How does Python infer the number of bits to use in a binary NOT?
Dec 08, 2025
python
binary
integer
bit-manipulation
Getting values back from enum sum
Dec 07, 2025
c#
enums
bit-manipulation
flags
C++ Writing bitset to binary file
Dec 07, 2025
c++
c
bit-manipulation
binaryfiles
How to set the last n bits of a given octet (byte) to zero?
Dec 07, 2025
lisp
common-lisp
bit-manipulation
What is the point of bitwise and-ing with 255 when using bitshifting method of bytes reordering?
Dec 07, 2025
c
bit-manipulation
byte
endianness
Fast lookup of a null nibble in a 64 bit unsigned
Dec 06, 2025
bit-manipulation
Bitwise operations on big integers in PHP 5.2 and PHP 5.3
Dec 06, 2025
php
bit-manipulation
64-bit
biginteger
What are the best methods to "Clear the 6th bit" of an integer?
Dec 05, 2025
bit-manipulation
Older Entries »