optimization

3 articles
sort: new top best
clear filter
0 5/10

A mathematical optimization guide explaining how to avoid trigonometric functions in 3D graphics by leveraging dot and cross products directly, using rotation alignment as a concrete example to demonstrate more efficient and numerically stable approaches.

Inigo Quilez
iquilezles.org · WithinReason · 2 days ago · details · hn
0 3/10

Meta details its FFmpeg optimization efforts at scale, including the upstreaming of threaded multi-lane encoding (FFmpeg 6.0+) and real-time quality metrics computation (FFmpeg 7.0+), enabling deprecation of their internal FFmpeg fork while processing billions of daily transcoding operations.

FFmpeg Meta FFlabs VideoLAN NVIDIA NVDEC NVIDIA NVENC AMD UVD Intel QSV Meta Scalable Video Processor (MSVP) Fabrice Bellard Wes Castro
engineering.fb.com · sudhakaran88 · 5 days ago · details · hn
0 6/10

Benchmark analysis of C++26 reflection compile-time overhead on GCC 16, showing that including <meta> adds ~155ms overhead but the reflection logic itself scales reasonably (~1-2ms per type). Demonstrates that Standard Library headers are the primary bottleneck and precompiled headers are essential for practical compile-time performance in reflection-heavy code.

Vittorio Romeo Jonathan Müller Barry Revzin Jonathan Wakely GCC 16 C++26 Fedora 44 SFML hyperfine
vittorioromeo.com · SuperV1234 · 8 days ago · details · hn