Efficiency of array<Vec32uc, 8> vs. ContainerV<Vec32uc, 8>
-
- Posts: 2
- Joined: 2023-12-23, 6:25:39
Efficiency of array<Vec32uc, 8> vs. ContainerV<Vec32uc, 8>
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>
No, there is no performance penalty.