aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/floating_point.md
diff options
context:
space:
mode:
authorEduardo Julian2022-03-04 04:03:55 -0400
committerEduardo Julian2022-03-04 04:03:55 -0400
commitab9dc5fd656ef42dbb0192f96d34e1c7b451a430 (patch)
treef2a39496a1b162acf0a3504f1b4eba61ffdf05d7 /documentation/bookmark/floating_point.md
parentd4792368d8e63f9eb883a2cfbe9da5312b2ad557 (diff)
Keeping the JVM interop fixes coming...
Diffstat (limited to 'documentation/bookmark/floating_point.md')
-rw-r--r--documentation/bookmark/floating_point.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/bookmark/floating_point.md b/documentation/bookmark/floating_point.md
index 373dc13f9..c18d7fa7e 100644
--- a/documentation/bookmark/floating_point.md
+++ b/documentation/bookmark/floating_point.md
@@ -1,3 +1,8 @@
+# Parsing
+
+0. [fast_float number parsing library: 4x faster than strtod](https://github.com/fastfloat/fast_float)
+0. [Fast float parsing in practice](https://lemire.me/blog/2020/03/10/fast-float-parsing-in-practice/)
+
# Precision
0. [Calcium](https://fredrikj.net/calcium/)