forked from tcbrindle/flux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correct 2D memset benchmark to iterate in the right order for flux.
* Add 2D diagonal memset benchmark, which evaluates the performance of the composition of `cartesian_product` of `iota`s and `filter`ing. * Add a reference implementation of C++23's `cartesian_product`. * Add comparisons against C++ Standard Library ranges to all of the memset benchmarks.
- Loading branch information
1 parent
4406237
commit 6958d51
Showing
3 changed files
with
541 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.