Screaming fast Galois field arithmetic using intel SIMD instructions

  • Authors:
  • James S. Plank;Kevin M. Greenan;Ethan L. Miller

  • Affiliations:
  • EECS Department, University of Tennessee;EMC Backup Recovery, Systems Division;Computer Science Department, UC Santa Cruz

  • Venue:
  • FAST'13 Proceedings of the 11th USENIX conference on File and Storage Technologies
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Galois Field arithmetic forms the basis of Reed-Solomon and other erasure coding techniques to protect storage systems from failures. Most implementations of Galois Field arithmetic rely on multiplication tables or discrete logarithms to perform this operation. However, the advent of 128-bit instructions, such as Intel's Streaming SIMD Extensions, allows us to perform Galois Field arithmetic much faster. This short paper details how to leverage these instructions for various field sizes, and demonstrates the significant performance improvements on commodity microprocessors. The techniques that we describe are available as open source software.