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
Rounded division by power of 2
Mar 21, 2022
python
bit-manipulation
rounding
bitwise-operators
How can I bitwise XOR two C char arrays?
Sep 16, 2022
c
arrays
char
bit-manipulation
xor
Templatized branchless int max/min function
Jul 05, 2022
c++
performance
templates
bit-manipulation
Emulating variable bit-shift using only constant shifts?
Mar 26, 2022
c
performance
assembly
bit-manipulation
powerpc
Is it possible to check if any of 2 sets of 3 ints is equal with less than 9 comparisons?
Oct 23, 2022
c
performance
bit-manipulation
micro-optimization
Fastest way to get last significant bit position in a ulong (C#)?
Jun 17, 2018
c#
.net
performance
bit-manipulation
bit
Optimization chance for following Bit-Operations?
Apr 26, 2015
c++
c
optimization
64-bit
bit-manipulation
Why is (-1 >>> 32) = -1? [duplicate]
Apr 19, 2021
java
bit-manipulation
bit-shift
Create a mask that marks the most significant set bit, using only bitwise operators
Nov 29, 2018
c
bit-manipulation
SIMD signed with unsigned multiplication for 64-bit * 64-bit to 128-bit
Oct 04, 2020
c
x86
integer
bit-manipulation
sse
Bit twiddling for checking whether a number is in particular range
Nov 11, 2022
c++
c
algorithm
bit-manipulation
How does BitConverter.ToInt32 work?
Apr 15, 2022
c#
bit-manipulation
Get n Least Significant Bits from an Int
Aug 09, 2017
java
bit-manipulation
Writing files in bit form to a file in C
Oct 18, 2022
c
bit-manipulation
binaryfiles
huffman-code
Why bit shifting?
Aug 17, 2022
c#
bit-manipulation
Conditional Statement using Bitwise operators
Mar 11, 2022
c
conditional
bit-manipulation
bitwise-operators
if (counter & (1<<j)) .what does this statement mean and how it works? [duplicate]
Mar 26, 2022
c
conditional-statements
bit-manipulation
bitwise-operators
bit-shift
Why this code for addition(using bitwise operation) works in java
Aug 24, 2022
java
bit-manipulation
bitwise-operators
Bit hack: Expanding bits
May 02, 2020
c
bit-manipulation
Bitwise shifting array of char's
Oct 31, 2022
c
bit-manipulation
« Newer Entries
Older Entries »