fast_float icon indicating copy to clipboard operation
fast_float copied to clipboard

Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12 and WebKit/Safari

Results 39 fast_float issues
Sort by recently updated
recently updated
newest added

See https://github.com/actions/runner-images/issues/11101 Ubuntu 20.04 actions runners are deprecated since 2025-02-01, and will be fully unsupported by 2025-04-01. We have tests for that use these images to check that we are...

In release 8.0.0, we support `float16_t` and `bfloat16_t` (thanks @dalle). [We have reasonable testing and our code is based on an implementation publicly available since GCC 13](https://github.com/fastfloat/fast_float/issues/148#issue-1431386763) (thanks @jakubjelinek for...

Since Nov 2024, OSS-Fuzz is failing to build fast_float. https://issues.oss-fuzz.com/components/1638179/edit#templates I do not understand the error log... ``` ... Step #4: Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-runner:latest Step #4: gcr.io/oss-fuzz-base/base-runner:latest...

RISC-V hardware with vector extension is readily available. Please, use vector intrinsics as described in https://github.com/riscv-non-isa/rvv-intrinsic-doc/blob/v0.11.x/rvv-intrinsic-api.md if `__riscv_v` is defined.

Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action). Updates `actions/checkout` from 5 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed...

dependencies
github_actions

#### Description Provide the workflow to publish the new versions of the Bazel module Based on https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/fast_float https://github.com/bazel-contrib/publish-to-bcr/tree/main?tab=readme-ov-file#setup

#### Description Add Bazel updates configuration to Dependabot See https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories#supported-ecosystems-and-repositories

Would fix a build error with PR https://github.com/fastfloat/fast_float/pull/328