Efficiency of array<Vec32uc, 8> vs. ContainerV<Vec32uc, 8>
Posted: 2023-12-23, 6:33:45
Is there an obvious performance penalty in using array<Vec32uc, 8> instead of ContainerV<Vec32uc, 8>? One reason for this choice is https://godbolt.org/ not having vector_containers.h available.