Tagged articles
3 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Jun 30, 2025 · Frontend Development

What’s New in Apache ECharts 6.0? 12 Major Upgrades Unveiled

Apache ECharts 6.0 beta introduces twelve major upgrades—including a new default theme, dynamic theme switching, dark‑mode support, new chart types like chord and beeswarm, a matrix coordinate system, reusable custom series, and axis‑label optimizations—while providing migration guidance and breaking‑change notes for developers.

Apache EChartsChart LibraryData visualization
0 likes · 15 min read
What’s New in Apache ECharts 6.0? 12 Major Upgrades Unveiled
dbaplus Community
dbaplus Community
Apr 11, 2021 · Databases

Why Redis Added Multithreading in 6.0: Myths, Benefits, and Design Choices

Redis, traditionally single‑threaded for network I/O and key‑value operations, introduced multithreading in version 6.0 to improve network I/O handling; this article explains the original single‑thread design, when multithreading is appropriate, its drawbacks, the role of I/O multiplexing, and why Redis still keeps most work single‑threaded.

Database PerformanceI/O MultiplexingVersion 6.0
0 likes · 12 min read
Why Redis Added Multithreading in 6.0: Myths, Benefits, and Design Choices