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-packing
Array inside a bit-packed struct
Feb 28, 2023
c
gcc
bit-packing
What is a better method for packing 4 bytes into 3 than this?
Jan 26, 2023
c
arrays
bit-manipulation
bit-packing
How to pack arbitrary bit sequence in Python?
Mar 29, 2022
python
memory
bit-packing
Find a NxM grid that contains all possible 3x3 bit patterns
Dec 17, 2020
c#
algorithm
bit-packing
Packing two shorts into one int, dealing with negative and positive
Aug 09, 2014
java
bit-manipulation
signed
bit-packing
What is VC++ doing when packing bitfields?
Mar 16, 2022
c++
visual-c++
bit-fields
bit-packing
Using reflection to determine how a .Net type is layed out in memory
Jan 30, 2022
c#
serialization
reflection
memory-layout
bit-packing
Bit packing of array of integers
May 18, 2019
c++
c
optimization
bit-packing
C++ Data Member Alignment and Array Packing
May 11, 2018
c++
data-structures
packing
bit-packing
How to create a byte out of 8 bool values (and vice versa)?
Aug 16, 2022
c++
boolean
bit-manipulation
bit-packing
use of the bitwise operators to pack multiple values in one int
Nov 04, 2022
java
bitwise-operators
packing
bit-packing