feature article
Subscribe Now

Processing Multiple Buffers in Parallel to Increase Performance

SIMD, or Single Instruction Multiple Data, is an established technique for boosting performance on processors that handle identical workloads. On Intel® processors, multiple independent data buffers can be processed simultaneously using SIMD instructions and registers. The multi-buffer approach can accelerate certain algorithms, such as AES-CBC-Encrypt and 3DES, where SIMD instructions do not exist, and where data dependencies prevent the optimal use of the processor’s execution resources.

This paper describes how a scheduler can be used for efficient processing of multi-buffer routines in applications where the workloads are not identical and where buffer sizes vary. The challenge is how to implement a scheduler that has minimal performance overhead and how to achieve performance gains despite the presence of multiple small size buffers.

As this paper explains, processing multiple independent data buffers in parallel can improve performance between 2X and 3X over the best-known single buffer method, even without SIMD.

Leave a Reply

featured blogs
Apr 24, 2026
A thought experiment in curiosity, confusion, and cosmic consequences....

featured paper

Quickly and accurately identify inter-domain leakage issues in IC designs

Sponsored by Siemens Digital Industries Software

Power domain leakage is a major IC reliability issue, often missed by traditional tools. This white paper describes challenges of identifying leakage, types of false results, and presents Siemens EDA’s Insight Analyzer. The tool proactively finds true leakage paths, filters out false positives, and helps circuit designers quickly fix risks—enabling more robust, reliable chip designs. With detailed, context-aware analysis, designers save time and improve silicon quality.

Click to read more

featured chalk talk

GaN for Humanoid Robots
Sponsored by Mouser Electronics and Infineon
In this episode of Chalk Talk, Eric Persson and Amelia Dalton explore why power is the key driver for efficient and reliable robot movements and how GaN technologies can help motor control solutions be more compact, integrated and efficient. They also investigate the role of field-oriented control in humanoid robotic applications and why the choice of a GaN power transistor can make all the difference in your next humanoid robot project!
Apr 20, 2026
4,725 views