fix: pad delta remainder with last value - #9557
Conversation
Signed-off-by: rapour <reza.apour@gmail.com>
…ta is picked correctly Signed-off-by: rapour <reza.apour@gmail.com>
|
Updated the following to make the CI green:
|
Merging this PR will degrade performance by 10.85%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | compress_fsst[(500, 64, 8)] |
530.5 µs | 595 µs | -10.85% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing rapour:fix/delta-span (0533a7a) with develop (e4b3421)
Footnotes
-
54 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Summary
Fixes #9556
Changes
Delta encoding remainder is padded with the last value instead of zeros.