Sign in
chromium
/
external
/
github.com
/
fastfloat
/
fast_float
/
HEAD
8234a89
8.2.9
by Daniel Lemire
· 2 days ago
upstream/main
upstream/v8.2.9
0dce102
Merge pull request #391 from sahvx655-wq/int-fast-path-wide-units
by Daniel Lemire
· 2 days ago
30868f8
Merge pull request #392 from biojppm/fix/gcc9_compile_error
by Daniel Lemire
· 2 days ago
8e6edc8
Fix compile error with gcc 9: use of [[unlikely]]
by Joao Paulo Magalhaes
· 3 days ago
82882b2
gate uint8/uint16 base-10 fast paths to single-byte code units
by sahvx655-wq
· 4 days ago
9371986
Merge pull request #389 from correctmost/cm/remove-unreachable-return
by Daniel Lemire
· 4 days ago
0352ba3
Merge pull request #390 from correctmost/cm/remove-unreachable-block
by Daniel Lemire
· 4 days ago
6ae6913
Remove an else if statement that is always false
by correctmost
· 5 days ago
8fe7a94
Remove an unreachable return statement
by correctmost
· 5 days ago
e8ec8e8
8.2.8
by Daniel Lemire
· 5 days ago
upstream/v8.2.8
c05156f
Merge pull request #388 from biojppm/fix/clang_compile_error
by Daniel Lemire
· 5 days ago
23e245f
Fix compile error in clang<10: fails on pragma -Wc++20-extensions
by Joao Paulo Magalhaes
· 5 days ago
e0b53ea
8.2.7
by Daniel Lemire
· 6 days ago
upstream/v8.2.7
3044c9b
Merge pull request #387 from fastfloat/pr386
by Daniel Lemire
· 6 days ago
29bd115
one too many
by Daniel Lemire
· 6 days ago
upstream/pr386
b1fbfe9
silencing -Wc++20-extensions at the point of use solely
by Daniel Lemire
· 6 days ago
520fded
adressing comments by @jwakely
by Daniel Lemire
· 7 days ago
b72e071
let us using 'unlikely' hints.
by Daniel Lemire
· 8 days ago
3067491
clang-format (clang-format-17 comment reflow + signature wrap; no semantic change)
by fcostaoliveira
· 11 days ago
cb5d9cd
Skip materializing the integer/fraction spans on the hot path
by fcostaoliveira
· 11 days ago
6258cbc
Merge pull request #380 from fastfloat/dependabot/github_actions/github-actions-0eb558eb98
by Daniel Lemire
· 11 days ago
254f10c
Merge pull request #385 from jwakely/patch-2
by Daniel Lemire
· 11 days ago
1b11407
Fix spelling
by Jonathan Wakely
· 11 days ago
f0ed8cd
display the latest version.
by Daniel Lemire
· 12 days ago
cfd12eb
8.2.6
by Daniel Lemire
· 12 days ago
upstream/v8.2.6
06f3e27
Merge pull request #383 from redis-performance/pr/parallel-exhaustive
by Daniel Lemire
· 12 days ago
b642d92
tests: parallelize exhaustive32 and exhaustive32_64 sweeps too
by fcostaoliveira
· 12 days ago
ed86132
Merge pull request #382 from redis-performance/pr/four-digit-followup
by Daniel Lemire
· 12 days ago
0f682cd
Merge pull request #381 from redis-performance/pr/integer-scan-unroll
by Daniel Lemire
· 12 days ago
b20c420
tests: parallelize the exhaustive midpoint sweep across hardware threads
by fcostaoliveira
· 12 days ago
7589a4f
Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang)
by fcostaoliveira
· 12 days ago
b64d014
Unroll the integer-part digit scan (straight-line for the common 1-5 digit case)
by fcostaoliveira
· 12 days ago
b3ec8d8
Bump the github-actions group across 1 directory with 3 updates
by dependabot[bot]
· 13 days ago
7790aa6
gh pages
by Daniel Lemire
· 2 weeks ago
ee866c2
Merge branch 'main' of github.com:fastfloat/fast_float
by Daniel Lemire
· 2 weeks ago
baffc57
new site
by Daniel Lemire
· 2 weeks ago
3644f51
Update README.md to remove and modify content
by Daniel Lemire
· 2 weeks ago
05087a3
8.2.5
by Daniel Lemire
· 8 weeks ago
upstream/v8.2.5
b2b1e20
removing msys 32-bit
by Daniel Lemire
· 8 weeks ago
b57ec06
Merge pull request #379 from mlippautz/patch-1
by Daniel Lemire
· 8 weeks ago
001c04c
Remove <algorithm> include and replace std::min with ternary operators
by Michael Lippautz
· 8 weeks ago
b063de8
Include <algorithm> in float_common.h
by Michael Lippautz
· 8 weeks ago
d7ad33a
Merge pull request #377 from BYVoid/fix-bazel-bzlmod
by Daniel Lemire
· 3 months ago
2027a39
Update MODULE.bazel version to 8.2.4
by Carbo
· 3 months ago
9817d5d
Fix Bazel build with bzlmod by loading cc_library rule
by Carbo
· 3 months ago
7124634
Merge pull request #375 from fastfloat/dependabot/github_actions/github-actions-c571d227b7
by Daniel Lemire
· 3 months ago
419695e
Bump the github-actions group across 1 directory with 3 updates
by dependabot[bot]
· 3 months ago
18e55e4
lint
by Daniel Lemire
· 3 months ago
eb9ab42
8.2.4
by Daniel Lemire
· 3 months ago
upstream/v8.2.4
50c19fa
init
by Daniel Lemire
· 3 months ago
3f42ad2
Merge pull request #374 from kolemannix/bench_inline
by Daniel Lemire
· 3 months ago
00fb4f4
Merge pull request #372 from kolemannix/ffc_h_port
by Daniel Lemire
· 3 months ago
2606bcd
A few inlines
by Koleman Nix
· 3 months ago
b83fdd7
consistency
by Koleman Nix
· 3 months ago
a18b614
Mention C under other languages
by Koleman Nix
· 3 months ago
8514abe
Update README with note for C users
by Daniel Lemire
· 3 months ago
9f30728
Merge pull request #368 from x1sc0/main
by Daniel Lemire
· 4 months ago
3c6a64b
fix warning C4702: unreachable code
by Xisco Fauli
· 4 months ago
221a492
Merge branch 'main' of github.com:fastfloat/fast_float
by Daniel Lemire
· 4 months ago
a110aa1
adding bug report template
by Daniel Lemire
· 4 months ago
8d9f627
Merge pull request #366 from 976520/main
by Daniel Lemire
· 4 months ago
3e2b5d3
refactor verification calls for double and float limits
by 재욱
· 4 months ago
f43d671
Add additional verification cases for double and float limits
by 재욱
· 4 months ago
01ce95d
v8.2.3
by Daniel Lemire
· 4 months ago
upstream/v8.2.3
d5717d4
Merge pull request #365 from nyoma-diamond/fix-permissive-flag
by Daniel Lemire
· 4 months ago
707fccb
compile-time generator expression fixes overzealous /permissive- compiler option usage
by N'yoma Diamond
· 4 months ago
36a2b14
Merge pull request #361 from fastfloat/dependabot/github_actions/github-actions-c132dce648
by Daniel Lemire
· 4 months ago
95295d1
Bump the github-actions group with 2 updates
by dependabot[bot]
· 4 months ago
c525652
Merge pull request #363 from pitrou/patch-1
by Daniel Lemire
· 5 months ago
cb299bd
Clarify behavior for underflow
by Antoine Pitrou
· 5 months ago
2e4ed7d
Merge pull request #362 from sleepingeight/surya/fix-opt-cmp
by Daniel Lemire
· 5 months ago
4fa83cc
fix early return error in fastfloat_strncasecmp
by sleepingieght
· 5 months ago
71ab1cc
Fix error message to display input instead of result
by Daniel Lemire
· 5 months ago
64a6859
Clarify `std::from_chars` conversion method
by Daniel Lemire
· 5 months ago
cffb71d
Merge pull request #344 from fastfloat/dependabot/github_actions/github-actions-397fd93db7
by Daniel Lemire
· 5 months ago
babb1f3
Merge pull request #356 from sleepingeight/surya/opt-cmp
by Daniel Lemire
· 5 months ago
fd9cad9
Merge pull request #359 from shikharish/uint16
by Daniel Lemire
· 5 months ago
d1af5b1
Bump the github-actions group across 1 directory with 4 updates
by dependabot[bot]
· 5 months ago
b14e6a4
simpler optimizations
by Shikhar
· 5 months ago
13d4b94
small fix
by Shikhar
· 5 months ago
d0af1cf
optimize uint16 parsing
by Shikhar
· 5 months ago
36d3441
add bench_uint16
by Shikhar
· 5 months ago
42ae960
Merge pull request #360 from fastfloat/fixs390
by Daniel Lemire
· 5 months ago
6440936
see if this fixes the issue with s390x.
by Daniel Lemire
· 5 months ago
upstream/fixs390
011763f
adding tests
by Daniel Lemire
· 5 months ago
d5bc4e1
Merge pull request #358 from shikharish/uint8-base-fix
by Daniel Lemire
· 5 months ago
97b54ca
v8.2.2
by Daniel Lemire
· 5 months ago
upstream/v8.2.2
6499e20
Merge pull request #357 from shikharish/endian-uint8-fix
by Daniel Lemire
· 5 months ago
4dc5225
add base check for uint8 parsing
by Shikhar
· 5 months ago
fb522b6
fix endianess bug in uint8 parsing
by Shikhar
· 5 months ago
4eb0d80
add specialisations
by sleepingieght
· 6 months ago
265cb84
optimise fastfloat_strncasecmp
by sleepingieght
· 6 months ago
11ce67e
v8.2.1
by Daniel Lemire
· 6 months ago
upstream/v8.2.1
4f77642
Merge pull request #355 from fastfloat/issue354
by Daniel Lemire
· 6 months ago
f4f9da1
fix for issue 354
by Daniel Lemire
· 6 months ago
upstream/issue354
fd85e52
Change branch name from 'master' to 'main'
by Daniel Lemire
· 6 months ago
dd77fb5
v8.2.0
by Daniel Lemire
· 6 months ago
upstream/v8.2.0
b4d26ec
v8.1.1
by Daniel Lemire
· 6 months ago
43f7c83
Merge pull request #353 from toughengineer/main
by Daniel Lemire
· 6 months ago
cb813a7
fixed UB
by Pavel Novikov
· 6 months ago
Next »