TIL 2020-12-21

  1. Google’s YouTube Uses FFmpeg - Blog post revealing YouTube’s use of the open-source FFmpeg library for video processing.

  2. Copy-on-write friendly Python garbage collection - Instagram Engineering’s approach to optimizing Python garbage collection for better memory efficiency in multi-process environments.