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

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Aug 3 01:36:49 PDT 2024


  Branch: refs/heads/users/mordante/format_performance__benchmarks
  Home:   https://github.com/llvm/llvm-project
  Commit: d4376a4ff320f4a75ea6c9e6bec0b4b07571497b
      https://github.com/llvm/llvm-project/commit/d4376a4ff320f4a75ea6c9e6bec0b4b07571497b
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-08-03 (Sat, 03 Aug 2024)

  Changed paths:
    M libcxx/test/benchmarks/CMakeLists.txt
    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