Effort: MediumHelp WantedPriority: LowStatus: OpenType: Infra
仓库指标
- Star
- (5,695 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 1 个 PR)
描述
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 between std::span and gsl::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.