Search code examples
How to convert bool[] into byte[]?...


c#bit-manipulationdata-conversionbit-packing

Read More
Golang - convert [8]bool to byte...


gobit-manipulationbitwise-operatorsbit-packing

Read More
Bit packing of groups of n repeated bits in a 32-bit word, compact to 1 bit per group...


cbit-manipulationmicro-optimizationbit-packing

Read More
How to create a byte out of 8 bool values (and vice versa)?...


c++booleanbit-manipulationbit-packing

Read More
How to pack arbitrary bit sequence in Python?...


pythonmemorybit-packing

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


coptimizationbit-manipulationbit-packing

Read More
size and alignment of int bitfields...


c++language-lawyerbit-fieldsbit-packingstructure-packing

Read More
How do I optimise numpy.packbits with numba?...


pythonnumpynumbabit-packing

Read More
Unpack 16-bit integer values from a 64-bit field in MATLAB...


matlabbit-manipulationbit-packing

Read More
Packing two shorts into one int, dealing with negative and positive...


javabit-manipulationsignedbit-packing

Read More
Performance difference between bitpacking bytes into a u32 vs storing them in a vec<u8>?...


rustbit-packing

Read More
Bitwise packing/unpacking - generalized solution for arbitrary values...


javascriptjavabitwise-operatorsbit-packing

Read More
Shift byte value into int...


javabit-manipulationbit-shiftbit-packing

Read More
Proper way to pack a string in python...


pythonpython-3.xstructbit-packing

Read More
Optimizing Matrix multiplication in C with Bit Packing...


cmemory-managementmatrix-multiplicationbit-packing

Read More
Redistribute least significant bits from a 4-byte array to a nibble...


cbit-manipulationbit-packing

Read More
use of the bitwise operators to pack multiple values in one int...


javabitwise-operatorspackingbit-packing

Read More
Packing multiple integers into a 64 bit integer...


c++cbit-packing

Read More
jquery SMS character calculator with 7-bit and 16bit...


javascriptjqueryhtmlbit-packing

Read More
How to pack bits (efficiently) in CUDA?...


c++parallel-processingcudabit-packing

Read More
Why does packing not work across sibling unions or structs...


cc99unionsbit-fieldsbit-packing

Read More
How to override C compiler aligning word-sized variable in struct to word boundary...


cgccstructbit-packing

Read More
Find a NxM grid that contains all possible 3x3 bit patterns...


c#algorithmbit-packing

Read More
What is VC++ doing when packing bitfields?...


c++visual-c++bit-fieldsbit-packing

Read More
GLSL - compressing/packing multiple 0-1 colours (var4) into a single var4 variable...


compressionglslbit-shiftglslesbit-packing

Read More
C++ Data Member Alignment and Array Packing...


c++data-structurespackingbit-packing

Read More
Pack multiple values into single data type...


javaarraysbit-packing

Read More
Using reflection to determine how a .Net type is layed out in memory...


c#serializationreflectionmemory-layoutbit-packing

Read More
C# - packing date, month, year...


c#bit-packing

Read More
Specifying bit size of array elements in a struct...


c++carraysstructbit-packing

Read More
BackNext