Skip to content

Performance advantage over pako might not be true for inflateSync? #252

@basro

Description

@basro

The readme on this project claims up to 40% faster performance than pako but this doesn't seem to hold true in the inflateSync category (on the browser).

This benchmark compares fflate.inflateSync vs pako.inflateRaw (which I believe are equivalent in functionality)

https://benchmarklab.azurewebsites.net/Benchmarks/Show/35610/0/deflate---pako-vs-fflate

In my system pako is winning by a big margin in all cases.

I'd be happy to be corrected if the benchmark is flawed somehow, I really wanted to use this lib if it was faster than pako.

Otherwise I think the readme is misleading and should be amended.

*Edit: I realized that comparing deflate might not be appropiate since they might be producing different results, however my point is still valid for inflate so I've changed this post to focus on it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions