Skip to content
Snippets Groups Projects
Select Git revision
  • unstable default
  • io-thread
  • redis-7.2.7-1
  • 8.0
  • 6.2
  • 7.2
  • 7.4
  • LiorKogan-patch-2
  • hash-field-expiry-integ
  • LiorKogan-patch-1
  • dependabot/github_actions/cross-platform-actions/action-0.24.0
  • 7.0
  • 6.0
  • dict-split-by-slot
  • tls-conn-errors
  • 5.0
  • unstable_hmset_args
  • conduct
  • threaded-core-commands
  • no-mo-first
  • 8.0-m02
  • 6.2.16
  • 7.2.6
  • 7.4.1
  • 8.0-m01
  • 7.4.0
  • 7.4-rc2
  • 7.4-rc1
  • 7.2.5
  • 7.2.4
  • 7.0.15
  • 7.2.3
  • 7.2.2
  • 7.0.14
  • 6.2.14
  • 6.2.15
  • 7.2.1
  • 7.0.13
  • 7.2.0
  • 7.2-rc3
40 results

redis

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Filipe Oliveira (Personal) authored
    Fixes #8825 
    
    We're using the fast_float library[1] in our (compiled-in)
    floating-point fast_float_strtod implementation for faster and more
    portable parsing of 64 decimal strings.
    
    The single file fast_float.h is an amalgamation of the entire library,
    which can be (re)generated with the amalgamate.py script (from the
    fast_float repository) via the command:
    
    ```
    python3 ./script/amalgamate.py --license=MIT > $REDIS_SRC/deps/fast_float/fast_float.h
    ```
    
    [1]: https://github.com/fastfloat/fast_float
    
    The used commit from fast_float library was the one from
    https://github.com/fastfloat/fast_float/releases/tag/v3.10.1
    
    
    
    ---------
    
    Co-authored-by: default avatarfcostaoliveira <filipe@redis.com>
    af7fca79
    History
    Name Last commit Last update