[all-commits] [llvm/llvm-project] d435a3: [libc++][format][3/3] Improves formatting performa...

Mark de Wever via All-commits all-commits at lists.llvm.org
Wed Sep 25 08:12:23 PDT 2024


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

  Changed paths:
    M libcxx/include/__format/buffer.h
    M libcxx/include/__format/format_functions.h
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/std/utilities/format/format.functions/format_tests.h

  Log Message:
  -----------
  [libc++][format][3/3] Improves formatting performance.

This changes the __output_buffer to a new structure. This improves the
performace of std::format, std::format_to, std::format_to_n, and
std::foramtted size.



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