Tagged articles
3 articles
Page 1 of 1
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 ExampleHashMapLambda
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.

Interactive RenderingStreams APIW3C
0 likes · 8 min read
REDtech Salon: Frontier Exploration of WebGPU and Interactive Rendering Technologies