fastfloat / fast_float

Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis and WebKit/Safari
Apache License 2.0
1.54k stars 132 forks source link

Add on-release workflow #205

Closed alugowski closed 1 year ago

alugowski commented 1 year ago

This workflow runs automatically when a new release is created. It creates the amalgamated fast_float.h and adds it as a release asset to the newly-created release.

It uses the creation and test code from https://github.com/fastfloat/fast_float/blob/main/.github/workflows/amalgamate-ubuntu20.yml

See result here: https://github.com/alugowski/fast_float/releases/tag/test

lemire commented 1 year ago

Fantastic. It will be put into practice.