-
Notifications
You must be signed in to change notification settings - Fork 110
Description
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.