| Issue |
E3S Web Conf.
Volume 706, 2026
3rd International Conference on Environment, Green Technology, and Digital Society (INTERCONNECTS 2025)
|
|
|---|---|---|
| Article Number | 03008 | |
| Number of page(s) | 12 | |
| Section | ICT and Computer Science | |
| DOI | https://doi.org/10.1051/e3sconf/202670603008 | |
| Published online | 21 April 2026 | |
Sustainable Image Processing for Digital News Platforms: Evaluating Go Concurrency Models for Efficient Media Workloads
1 Departement of Informatics Engineering, Universitas Muhammadiyah Magelang, Magelang Indonesia
2 Departement of Information Technology, Universitas Muhammadiyah Magelang, Magelang, Indonesia
* Corresponding author: This email address is being protected from spambots. You need JavaScript enabled to view it.
Abstract
The rapid expansion of visual content in digital news media has introduced significant computational challenges for image processing systems. This study evaluates the effectiveness of Go's concurrency mechanisms to address these bottlenecks, specifically through the implementation of a Worker Pool architecture. To validate its capability, the proposed model was benchmarked against a standard sequential process and a naive unbounded concurrency approach using the IMAGINE dataset under tiered load scenarios. The analysis focuses on execution time, memory stability, and CPU efficiency. The results demonstrate that Go's concurrency implementation using the Worker Pool pattern successfully maximizes system throughput, achieving a 3.74x speedup over the sequential baseline. Furthermore, unlike the naive approach which suffered from critical Out-of-Memory (OOM) failures, the Worker Pool maintained higher stability (CV 0.34%) and controlled resource usage. This study confirms that Go's concurrency, when implemented with a bounded strategy, is a highly effective solution for high-performance news portal systems.
© The Authors, published by EDP Sciences, 2026
This is an Open Access article distributed under the terms of the Creative Commons Attribution License 4.0, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.
Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.
Initial download of the metrics may take a while.

