[libcxx-commits] [libcxx] [libc++] Optimize std::getline (PR #121346)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 22 15:25:28 PDT 2025
================
@@ -120,6 +120,8 @@ Improvements and New Features
- Added :ref:`hardening mode <hardening>` support for ``forward_list`` and ``bitset``.
+- The performance of ``std::getline`` has been improved, resulting in a performance uplift of up to 10x.
----------------
philnik777 wrote:
Why would we cherry-pick this?
https://github.com/llvm/llvm-project/pull/121346
More information about the libcxx-commits
mailing list