TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Zstandard v1.5.4

74 pointsby ascomover 2 years ago

2 comments

flykespiceover 2 years ago
Me being a high perfomance computing enthusiast, it's always an orgasm for me seeing these perfomance improvements releases(and related histories), they are always a unique opportunity for me to learn new optimizations techniques from the commits/PR
评论 #34738207 未加载
londons_exploreover 2 years ago
I am disappointed that the encoder&#x2F;decoder state can&#x27;t be &#x27;checkpointed&#x27;.<p>Imagine this usecase:. We&#x27;re sending tiny messages over a tiny link. Every byte matters - if we can cut a 10 byte message down to 7, that will really help. So we compress each message as part of a stream, flushing at message boundaries.<p>However, sometimes messages are lost on the route, and we might decide not to retransmit them - there might now be more relevant stuff to say over the link.<p>Zstandard has to way to &#x27;undo&#x27; a compression operation on a data stream.
评论 #34736648 未加载
评论 #34743077 未加载