Live data from Hacker News

Viewing profile — tandemstrong

tandemstrong

HN member
Joined
Tue, Nov 25, 2014, 10:58 PM UTC
HN karma
29
Public activity
5 items

About tandemstrong

No profile information was provided.

Recent public activity

  1. comment
    Comment #9503991

    Well, it will use much less than that. The real "memory cost" of decompression will be : + compressed size and that's it. Decompression doesn't use any memory, only the I/O buffers…

  2. comment
    Comment #9503484

    This benchmark is a fairly bad reference. It measures memory usage from the lz4 command line utility, without mentioning it. This is completely different from lz4 algorithm. Effect…

  3. comment
    Comment #8942614

    LZ4 can do that. There is a function, called LZ4_decompress_safe_usingDict() which seems to match your objectives. In case of doubt, you should ask directly the author, at : https:…

  4. comment
    Comment #8818055

    The performance figures displayed on those pages look exceptional. Has anyone experimented with it already ?

  5. story