diff --git a/README.md b/README.md index f9d5b16..49bea25 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ The fast_float library is used by [Apache Arrow](https://github.com/apache/arrow ## How fast is it? It can parse random floating-point numbers at a speed of 1 GB/s on some systems. We find that it is often twice as fast as the best available competitor, and many times faster than many standard-library implementations. + ```