Tag

frames

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 11, 2022 · Frontend Development

Understanding Visual Persistence, Frames, FPS, Hz, and Screen Tearing in Graphics and Browsers

This article explains the visual persistence phenomenon, defines frames, frame rate (FPS) and refresh rate (Hz), describes screen tearing and vertical synchronization, compares movie and game frame rates, and relates these concepts to browser rendering and React's concurrent mode.

Browser RenderingFPSGraphics
0 likes · 9 min read
Understanding Visual Persistence, Frames, FPS, Hz, and Screen Tearing in Graphics and Browsers
360 Tech Engineering
360 Tech Engineering
Mar 15, 2019 · Backend Development

Understanding HTTP/2 Implementation in Go's HTTP Server

This article provides a comprehensive overview of HTTP/2, explaining its binary framing, multiplexing, and the various frame types such as DATA, HEADERS, PRIORITY, RST_STREAM, SETTINGS, PUSH_PROMISE, PING, GOAWAY, WINDOW_UPDATE, and CONTINUATION, with specific focus on how Go's HTTP server implements these features.

BackendGoHTTP/2
0 likes · 12 min read
Understanding HTTP/2 Implementation in Go's HTTP Server