Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Notes on float and multi-byte delta compression
(
cbloomrants.blogspot.com
)
6 points
by
ingve
on July 3, 2023
|
hide
|
past
|
favorite
|
2 comments
atesti
on July 4, 2023
|
next
[–]
>Using a compressor like LZMA or Oodle Leviathan that has "pos bits" ("suband3") in the context for encoding literals
Does zstd also have this post bits or is it better to use vints if zstd is used?
h2odragon
on July 3, 2023
|
prev
[–]
sub-byte values always suck to deal with; but at least they're often amenable being encoded with pre-computed tables.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Does zstd also have this post bits or is it better to use vints if zstd is used?