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

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Jan 25 08:43:37 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14b44179cb61dd551c911dea54de57b588621005
      https://github.com/llvm/llvm-project/commit/14b44179cb61dd551c911dea54de57b588621005
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2025-01-25 (Sat, 25 Jan 2025)

  Changed paths:
    M libcxx/include/__format/buffer.h
    M libcxx/include/__format/format_functions.h
    M libcxx/include/module.modulemap
    M libcxx/test/std/utilities/format/format.functions/format_tests.h

  Log Message:
  -----------
  [libc++][format][3/3] Improves formatting performance. (#108990)

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::formatted_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