[all-commits] [llvm/llvm-project] 8db9ff: [libc++][format][1/7] Adds more benchmarks.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sun Oct 6 04:37:28 PDT 2024


  Branch: refs/heads/users/mordante/format_performance__benchmarks
  Home:   https://github.com/llvm/llvm-project
  Commit: 8db9ff2fa246226a32b49b82706519e8fdb34c70
      https://github.com/llvm/llvm-project/commit/8db9ff2fa246226a32b49b82706519e8fdb34c70
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-10-06 (Sun, 06 Oct 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