diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/deps/fast_float/README.md | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/deps/fast_float/README.md')
| -rw-r--r-- | examples/redis-unstable/deps/fast_float/README.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/redis-unstable/deps/fast_float/README.md b/examples/redis-unstable/deps/fast_float/README.md deleted file mode 100644 index 90462d3..0000000 --- a/examples/redis-unstable/deps/fast_float/README.md +++ /dev/null @@ -1,21 +0,0 @@ -README for fast_float v6.1.4 - ----------------------------------------------- - -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 - -``` -git clone https://github.com/fastfloat/fast_float -cd fast_float -git checkout v6.1.4 -python3 ./script/amalgamate.py --license=MIT \ - > $REDIS_SRC/deps/fast_float/fast_float.h -``` - -[1]: https://github.com/fastfloat/fast_float |
