From a6e9d66091b30a6905a243580fe0aebc565d0e00 Mon Sep 17 00:00:00 2001 From: oknenavin Date: Sun, 21 Jul 2024 23:33:06 +0300 Subject: [PATCH] - benchmark: switch Boost/JSON and RapidJSON to precise number parsing (readme wording changed) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1375ce8d..34d72f98 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ which can represent arbitrary `CBOR` data. Information about the benchmarks and additional benchmark results can be found [here][lnk-bench]. -*Note: Boost.JSON and RapidJSON use faster but slightly imprecise number parsing algorithms. +*Note: Boost.JSON and RapidJSON use faster but slightly imprecise number parsing algorithms by default. In the benchmarks they are tested with full-precision enabled.* *Given the benchmark results and assuming that the libraries `CXON` is compared to are reasonably well written,