Discussion about this post

User's avatar
Dr. Robert van Engelen's avatar

Good to know.

Expand full comment
Jens Munk Hansen's avatar

Perhaps, it would be possible to improve `std::ranges::filter` by introducing a fixed-length inner loop to make the compiler vectorize the code. But then again, it must be constrained to types where it makes sense and perhaps only be used if the length is sufficiently long.

Expand full comment
1 more comment...

No posts