Update CI badge and add CodeFactor badge

This commit is contained in:
HedgehogInTheCPP 2026-01-20 17:56:47 +03:00 committed by GitHub
parent 5631567650
commit 199c0fd1fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,8 @@
## fast_float number parsing library: 4x faster than strtod ## fast_float number parsing library: 4x faster than strtod
[![Ubuntu 22.04 CI (GCC 11)](https://github.com/fastfloat/fast_float/actions/workflows/ubuntu22.yml/badge.svg)](https://github.com/fastfloat/fast_float/actions/workflows/ubuntu22.yml) [![Ubuntu 22.04 CI (GCC 11)](https://github.com/irainman/fast_float/actions/workflows/ubuntu22.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/ubuntu22.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/irainman/fast_float/badge)](https://www.codefactor.io/repository/github/irainman/fast_float)
The fast_float library provides fast header-only implementations for the C++ The fast_float library provides fast header-only implementations for the C++
from_chars functions for `float` and `double` types as well as integer types. from_chars functions for `float` and `double` types as well as integer types.