From 53d8d582cf14172238c52d279b65d67463f1dab7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 22 May 2022 15:22:24 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20220522Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20220522Bangerth diff --git a/doc/news/changes/minor/20220522Bangerth b/doc/news/changes/minor/20220522Bangerth new file mode 100644 index 0000000000..fab9f0a85f --- /dev/null +++ b/doc/news/changes/minor/20220522Bangerth @@ -0,0 +1,6 @@ +New: The Utilities::pack() and Utilities::unpack() functions are now +optimized for the rather common case where the argument is of type +`std::vector` where `T` is a type that can be copied bit by bit +(using `memcpy()`). +
+(Wolfgang Bangerth, 2022/05/05) -- 2.39.5