Tue.Jun 22, 2021

article thumbnail

Introducing Netflix Timed Text Authoring Lineage

The Netflix TechBlog

A Script Authoring Specification By: Bhanu Srikanth, Andy Swan, Casey Wilms, Patrick Pearson The Art of Dubbing and Subtitling Dubbing and subtitling are inherently creative processes. At Netflix, we strive to make shows as joyful to watch in every language as in the original language, whether a member watches with original or dubbed audio, closed captions, forced narratives, subtitles or any combination they prefer.

Energy 174
article thumbnail

Linux Kernel vs. Memory Fragmentation (Part II)

DZone

In Linux Kernel vs. Memory Fragmentation (Part I) , I concluded that grouping by migration types only delays memory fragmentation, but does not fundamentally solve it. As the memory fragmentation increases and it does not have enough contiguous physical memory, performance degrades. Therefore, to mitigate the performance degradation, the Linux kernel community introduced memory compaction to the kernel.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Efficient and Reliable Compute Cluster Management at Scale

Uber Engineering

Introduction. Uber relies on a containerized microservice architecture. Our need for computational resources has grown significantly over the years, as a consequence of business’ growth. It is an important goal now to increase the efficiency of our computing resources. Broadly … The post Efficient and Reliable Compute Cluster Management at Scale appeared first on Uber Engineering Blog.

article thumbnail

Walking/Running/Cycling the Talk: Growth and Happiness at Tasktop

Tasktop

During a recent brand training session, the instructor asked a seemingly simple question: “What is your company’s one immutable brand value?” Studying our six core values, I set myself the task of whittling the list down to a single core value that reflects who we are. How hard could it be? Well… I lost count of the days and nights that passed as I scribbled insanely on the whiteboard like some third-rate detective on a cold case.

article thumbnail

The FGCB_ADD_REMOVE Latch

SQL Performance

In my previous article I kicked off a new series on latches by explain what they are, why they’re needed, and the mechanics of how they work, and I strongly recommend that you read that article before this one. In this article I’m going to discuss the FGCB_ADD_REMOVE latch and show how it can be a bottleneck. What is the FGCB_ADD_REMOVE Latch? Most latch class names are tied directly to the data structure that they protect.

Servers 54