Commit 617f690
committed
Use 1024-value pco pages in btrblocks float/integer schemes
The btrblocks PcoScheme for floats and integers compressed with an 8192-
value page size. Shrinking the page to 1024 keeps the per-row size
essentially unchanged (~0.03 bits/value for f64, ~0.07 bits/value for
i64 in the new pcodec_page_size bench) while shrinking the decode window
8x for random access via scalar_at.
Signed-off-by: Claude <noreply@anthropic.com>1 parent 11249fb commit 617f690
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
| 816 | + | |
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| |||
0 commit comments