[all-commits] [llvm/llvm-project] 7d6391: [libc++][format][1/7] Adds more benchmarks.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Sep 17 08:21:43 PDT 2024
Branch: refs/heads/users/mordante/format_performance__benchmarks
Home: https://github.com/llvm/llvm-project
Commit: 7d63915a64e6db2f4480a699a0960a9cd600aab0
https://github.com/llvm/llvm-project/commit/7d63915a64e6db2f4480a699a0960a9cd600aab0
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M libcxx/test/benchmarks/CMakeLists.txt
M libcxx/test/benchmarks/format.bench.cpp
A libcxx/test/benchmarks/format/write_double_comparison.bench.cpp
A libcxx/test/benchmarks/format/write_int_comparison.bench.cpp
A libcxx/test/benchmarks/format/write_string_comparison.bench.cpp
Log Message:
-----------
[libc++][format][1/7] Adds more benchmarks.
This patch is the start of a series to improve the speed of std::format,
std::format_to, std::format_to_n, and std::formatted_size.
This is mostly achieved by changing the __output_buffer class. This new
__output_buffer class also makes it easier to implement buffering for
P3107R5 "Permit an efficient implementation of std::print"
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list