Closed bernhardmgruber closed 1 year ago
This PR adds a new mapping, the BitPackedFloatAoS, which reduces the precision of floating-point values and packs them into a specified amount of bits. Successive records are repeated in an AoS style.
BitPackedFloatAoS
Merging #687 (d861c2a) into develop (2c8bf5c) will increase coverage by 0.00%. The diff coverage is 100.00%.
0.00%
100.00%
This PR adds a new mapping, the
BitPackedFloatAoS
, which reduces the precision of floating-point values and packs them into a specified amount of bits. Successive records are repeated in an AoS style.