List Question
20 TechQA 2023-12-12T20:17:52.497000What are the expected packing/unpacking operations for signed octahedron normal encoding?
100 views
Asked by Mark A. Ropper
How can I optimize this bit-packing function in C?
129 views
Asked by affluentbarnburner
How can I generate a Parquet file with bit-packed encoding rep/def levels?
60 views
Asked by Smith Cruise
C# source generators: Generate different code for calls to the same method
536 views
Asked by sonntam
size and alignment of int bitfields
404 views
Asked by YePhIcK
Packing a 40 byte SHA in 20 bytes in Clojure
240 views
Asked by Suvrat Apte
Are there bit (un)packing instructions in common x86_64 processor line mmx command for bytes?
139 views
Asked by Peter Tschischik
How do I optimise numpy.packbits with numba?
549 views
Asked by mathfux
Unpack 16-bit integer values from a 64-bit field in MATLAB
160 views
Asked by Power
Performance difference between bitpacking bytes into a u32 vs storing them in a vec<u8>?
1.2k views
Asked by Jam
Bit packing performance in Julia vs Python
348 views
Asked by Tarik
How to optimally compress inverted indexes for time series dataset
159 views
Asked by darthS
Bitwise packing/unpacking - generalized solution for arbitrary values
471 views
Asked by hindmost
Shift byte value into int
269 views
Asked by jordan t
Compress string using bit field
331 views
Asked by user968000
Proper way to pack a string in python
401 views
Asked by David542
How to encode struct into binary with bit packing in Golang
419 views
Asked by user38138
Pack/unpack array of 64 bools into a uint64
390 views
Asked by Raphaël Vigée
Python: Fastest way of packing a 2d array of binary values into UINT64 array
722 views
Asked by anilsathyan7
Is there a standard, how to pack non-byte-aligned bits in big endian?
481 views
Asked by darkmattercoder