Commit e1f3e96
docs(vortex-onpair): clarify bits() is minimum addressing width
bits() returns ceil(log2(dict_size)), the minimum code width to address the
dictionary, not the physical per-code storage width. The codes child is
stored as a U8/U16 primitive array and may be re-encoded by the cascading
compressor, so "Bits per token code" was misleading.
Signed-off-by: Francesco Gargiulo <francesco@spiraldb.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3b1c590 commit e1f3e96
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
0 commit comments