Add performance tests to PR actions #1167
Labels
Effort: Medium
Requires a moderate amount of work
Help Wanted
Needs additional help or expertise
Priority: Low
Can be handled at leisure
Status: Open
Needs attention
Type: Infra
Changes to build system, tests, or pipelines
It is important to maintain performance parity to
std::span
(at the very least when Safe Buffers are enabled). In order to track this, we should have performance tests betweenstd::span
andgsl::span
for the latest standard library implementation across Clang, GCC, and MSVC.@galenelias put together small benchmark comparing the two implementations on various workloads. They have been attached for convenience and provide a good starting point.
span_bench.zip
The text was updated successfully, but these errors were encountered: