|
|
|
|
|
by booi
1645 days ago
|
|
Seems like they benchmarked it against libpng which shows anywhere from 3-5x faster decompression and 30-50x compression. That's pretty impressive and even though libpng isn't the most performant of the png libraries, it's by far the most common. I think the rust png library is ~4x faster than libpng which could erase the decompression advantage but that 50x faster compression speed is extremely impressive. Can anybody tell if there's any significant feature differentials that might explain the difference (color space, pixel formats, .. etc)? |
|