Y
Hacker News
new
|
ask
|
show
|
jobs
by
JepZ
3146 days ago
Anybody knows how well libvips
https://github.com/DAddYE/vips
compares to liliput performance wise?
1 comments
b1naryth1ef
3146 days ago
vips (Go binding) is included in the benchmarks mentioned in the post, but at the time of running them (~10 months ago) vips pulled 51482954 ns/op on a 1024x1024 test image, where as pillow-simd managed 3324135.3035 ns/op.
link
CapacitorSet
3146 days ago
For ease of reading, that's respectively 51 ms and 3 ms.
link
JepZ
3146 days ago
Thanks :-)
Looks like I didn't scroll properly when I looked at that file. My bad :-/
link