This is an automated email from the ASF dual-hosted git repository.

PragmaTwice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 77107c80f chore(deps): bump fast_float to v8.2.7 (#3513)
77107c80f is described below

commit 77107c80fcf8268316cafaa73c6aa70230660d2b
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jun 9 06:22:15 2026 +0300

    chore(deps): bump fast_float to v8.2.7 (#3513)
    
    Bump fast_float to v8.2.7 (see:
    https://github.com/fastfloat/fast_float/releases/tag/v8.2.7)
    
    **Changes**
    
    - Skip materializing parsed_number_string_t spans on the hot path
    - Unroll the integer-part digit scan (straight-line for the common 1-5
    digit case)
    - Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang)
    - Parallelize the exhaustive float32 sweeps across hardware threads
    (~75-88x)
---
 cmake/fast_float.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/fast_float.cmake b/cmake/fast_float.cmake
index 0962fb4ce..45e5533ff 100644
--- a/cmake/fast_float.cmake
+++ b/cmake/fast_float.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(fast_float
-  fastfloat/fast_float v8.2.5
-  MD5=bccfd5f1338be8a02a2ffc553aecce98
+  fastfloat/fast_float v8.2.7
+  MD5=d2bdc4e0af1755f6fe0e58fd8c9d8a3c
 )
 
 FetchContent_MakeAvailableWithArgs(fast_float

Reply via email to