Commit 2b20434
committed
perf(bundle): bump default zstd level 7 → 19
Measured on real production-shape bundles (~570 KB at level 7,
7 runs × 2192 hourly portfolio snapshots each):
level 7 → ~570 KB
level 19 → ~489 KB (−14%)
level 22 → ~489 KB (saturated)
Decode speed is unchanged in zstd's design (decoder is independent
of encoder level). For a 12,500-bundle workload (~64 GB at level 7)
this trims the archive to ~55 GB at zero behavioural cost.
Level 19 is the highest level still in the standard tier (no
--ultra flag, no special memory window), so the bytes are readable
by any stock zstd reader.1 parent 0466a34 commit 2b20434
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments