TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Libjpeg-turbo

59 点作者 pykello超过 8 年前

7 条评论

mpweiher超过 8 年前
I benchmarked libjpeg-turbo on iOS and Mac and it was significantly faster than the built-in stuff (typically around 2-3x), which includes the hardware decoder on iPhone.
评论 #12553392 未加载
scosman超过 8 年前
Any context why this is suddenly trending? libjpeg-turbo is awesome, but hardly new.
评论 #12552369 未加载
评论 #12552779 未加载
评论 #12551914 未加载
cmiller1超过 8 年前
&gt;a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec)<p>Wow, it&#x27;s been a long time since I heard anything about AltiVec.
评论 #12552479 未加载
devy超过 8 年前
Honest questions: is this a complete re-implementation of libjpeg? (It was mentioned that this was originally based off libjpeg&#x2F;SIMD, a libjpeg v6b fork.) If not, why can&#x27;t this be backported to upstream libjpeg?
评论 #12552627 未加载
评论 #12552796 未加载
评论 #12552645 未加载
rockdoe超过 8 年前
If you need to save&#x2F;encode images you really want mozjpeg instead.
评论 #12551982 未加载
评论 #12552163 未加载
geofft超过 8 年前
The libjpeg.so in Debian (from the current stable release onwards) and Ubuntu is libjpeg-turbo.
评论 #12552899 未加载
gravypod超过 8 年前
Is there a way to express SIMD in C? I&#x27;d expect that it&#x27;s a solved problem.