Weekly Digest

Dec 10 - Dec 16, 2018

3 articles that week

← Previous Next →
Thursday, Dec 13

Performance comparison of video coding standards: an adaptive streaming perspective

Joel Sole and the Netflix encoding team reveal why codec comparison studies often contradict each other—and how they're fixing the problem. Their findings challenge conventional wisdom about H.264, H.265, and VP9 performance.

Wednesday, Dec 12

Bundling C Library in Swift Framework

Lem from Bumble's engineering team tackles a tricky iOS challenge: how do you bundle legacy C libraries into modern Swift frameworks without breaking portability? The common approaches fail when you need to ship via Carthage or CocoaPods.

Bundling C Library in Swift Framework

lem from Bumble Tech tackles a tricky iOS challenge: how do you bundle legacy C libraries into modern Swift frameworks without breaking portability?