Page 1 of 1

Efficiency of array<Vec32uc, 8> vs. ContainerV<Vec32uc, 8>

Posted: 2023-12-23, 6:33:45
by pauljurczak
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.

Re: Efficiency of array<Vec32uc, 8> vs. ContainerV<Vec32uc, 8>

Posted: 2023-12-23, 15:21:10
by agner
No, there is no performance penalty.