Tag

browser optimization

0 views collected around this technical thread.

Bilibili Tech
Bilibili Tech
Jun 9, 2023 · Artificial Intelligence

Implementing Face Blocking Danmaku Using Machine Learning in Browser

Liu Jun explains how Bilibili’s engineers replaced traditional pre‑processed SVG masks with a real‑time, browser‑based machine‑learning pipeline—using MediaPipe SelfieSegmentation, OffscreenCanvas, and Web Workers—to extract human contours and block faces in danmaku, achieving roughly 5 % CPU load on a 2020 M1 MacBook.

MediaPipeOffscreenCanvasPerformance Tuning
0 likes · 9 min read
Implementing Face Blocking Danmaku Using Machine Learning in Browser
Python Programming Learning Circle
Python Programming Learning Circle
May 19, 2022 · Frontend Development

Performance Impact of Chrome Extensions on CPU, Rendering, and Memory

This report analyzes how popular Chrome extensions affect browser performance by increasing CPU usage, slowing page rendering, and consuming additional memory, presenting data from tests on various websites and highlighting the cumulative impact of multiple extensions on user experience.

CPU usageChrome extensionsPerformance
0 likes · 10 min read
Performance Impact of Chrome Extensions on CPU, Rendering, and Memory