Tag

Streams API

0 views collected around this technical thread.

Top Architect
Top Architect
Jul 27, 2024 · Backend Development

Various Ways to Iterate Over a Java HashMap with Code Examples

This article demonstrates seven common techniques for iterating over a Java HashMap—including iterator, entrySet, keySet, for‑each loops, lambda expressions, and both single‑threaded and parallel Streams API—providing concise code examples and performance notes for each method.

Code ExampleHashMapJava
0 likes · 10 min read
Various Ways to Iterate Over a Java HashMap with Code Examples
Xiaohongshu Tech REDtech
Xiaohongshu Tech REDtech
May 31, 2024 · Frontend Development

REDtech Salon: Frontier Exploration of WebGPU and Interactive Rendering Technologies

The REDtech Salon in Shanghai showcased WebGPU and interactive rendering advances, with W3C’s François Daoust demonstrating WebCodecs, Streams, and GPU‑accelerated video processing, while Xiaohongshu’s Huang Yuejia and Wang Ning highlighted business‑driving projects, migration from WebGL to WebGPU, and future AR‑enabled frontend innovations.

Frontend DevelopmentInteractive RenderingStreams API
0 likes · 8 min read
REDtech Salon: Frontier Exploration of WebGPU and Interactive Rendering Technologies
ByteFE
ByteFE
Aug 4, 2021 · Fundamentals

Understanding JavaScript Streams API: Core Concepts and Practical Applications

This article provides an in-depth exploration of JavaScript's Streams API, covering core concepts like readable/writable/transform streams, backpressure, and practical applications such as video processing and data compression.

Async ProgrammingBrowser APIsData Processing
0 likes · 15 min read
Understanding JavaScript Streams API: Core Concepts and Practical Applications