3.6.4 : Conclusion on vectorization

Only efficient with :
  • Aligned data : Tables
  • Contiguous data : Tables again
  • Simple types (typically float or int, char, short) but certainly not with classes.