From c7caa5b94e475cbde359f863f605c399983722f4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 5 Jan 2026 18:52:42 +0200 Subject: [PATCH] Update revision history --- doc/uuid/changes.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/uuid/changes.adoc b/doc/uuid/changes.adoc index 9674ad7..04845eb 100644 --- a/doc/uuid/changes.adoc +++ b/doc/uuid/changes.adoc @@ -9,7 +9,8 @@ * Added a `noexcept` `operator()` overload to `string_generator`. * `string_generator` now supports the Unicode character types in addition to `char` and `wchar_t`. * Most `uuid` accessors, operations, and `to_chars` are now `constexpr` when possible (on {cpp}14 and higher and on recent compilers). -* Added SIMD implementation of `to_chars`, which can offer up to 5.5x performance improvement in UUID formatting. +* Added SIMD implementation of `to_chars`, which can offer up to 5.5x performance improvement in UUID formatting. (Andrey Semashev) +* Added SIMD implementation of `from_chars`, which can offer up to 13x performance improvement in UUID parsing. (Andrey Semashev) == Changes in Boost 1.90.0