Urgent.News

the world's headlines, one feed

Editions

Tech

Export concentration in top 10 firms rises sharply in Q2 amid chip boom

The proportion of Korea's top 10 exporters in the country's total outbound shipments in the second quarter sharply expanded from a year earlier, data showed Tuesday, driven by the strong performance of technology products, including semiconductors. Outbound shipments by the 10 businesses accounted for 55.3 percent of total exports in the April-June period, compared with 38.3 percent a year…

Export concentration in top 10 firms rises sharply in Q2 amid chip boom

The share of Korea's top 10 exporters in the nation's total outbound shipments surged in the second quarter, bolstered by the booming technology sector, particularly semiconductors, data revealed on Tuesday. In the April-June period, these 10 firms accounted for 55.3% of all exports, compared to 38.3% a year earlier, according to figures compiled by the Ministry of Data and Statistics.

The top 100 exporters' share increased from 66.3% to 76.3% during the same period. Overall, exports surged by 57.3% to $275.5 billion, driven by the country's heavy reliance on large companies. Corporate exports jumped 81.8% to $206 billion, while medium-sized businesses' exports grew 10.9% to $35.9 billion, and smaller enterprises' exports rose 13.1% to $32.7 billion.

Exports from the mining and manufacturing sectors surged 64.9% to $247.5 billion, propelled by strong performance in technology products.

Written by urgent.news from The Korea Times's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at koreatimes.co.kr →

More in Tech

Rust SIMD Just Came to the GPU — and It Changes How We Think About Parallel Programming

For decades, GPU programming has meant one of two things: writing CUDA kernels in C++ or wrestling with OpenCL. Both require you to think in a fundamentally different paradigm than CPU programming.

  • Rust SIMD now works natively on GPUs, bridging decades-long programming gap
  • VectorWare's GPU runtime enables SIMD code to run without modifications
  • Same Rust code can run on x86 CPUs, ARM devices, and GPUs with single codebase

Porting a Python PEG parser to Rust in 72 hours, and actually proving it worked

There's a joke that every Rust project starts with someone saying "we should rewrite this in Rust" and ends four weekends later with a half-finished repo and a lot of new opinions about lifetimes.

  • Team ported parsimonious Python PEG parser to Rust in 72 hours for Port Mortem 2026 hackathon
  • Rust parser achieved 23x performance increase over original Python parser
  • Optimized Rust parser used 6.7 MB memory vs. 13 MB, with 0.016 ms peak latency

Tired of JS for simple UI in Ruby?

Meet web_ruby_ui — write reactive client-side SPAs using 100% pure Ruby via WebAssembly. Features state management & VDOM diffing. Give it a try & share feedback!