Dooez / packed

0 stars 0 forks source link

Combined expression template evaluation #13

Open Dooez opened 7 months ago

Dooez commented 7 months ago

When performing simple vector operations on multiple groups of vectors it is advantageous performance-wise to perform multiple operation at the same time interleaved. We should provide an interface, e.g. void store(std::tuple expressions, std::tuple destinations); to allow an easy way to combine multiple operations.