From 1190af7222359a35207e3c7e36ab5dc61d473f6e Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 18 Apr 2025 12:29:35 -0500 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e7089e..8c7ee58 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,8 @@ username, err := cfg.GetString("database.credentials.username") ## Performance -This parser provides competitive performance compared to popular formats like JSON, YAML, and TOML: +Fin goes blow-for-blow against Go's standard JSON library, and performs incredibly versus +the standard TOML and YAML implementations: | Benchmark | Operations | Time (ns/op) | Memory (B/op) | Allocations (allocs/op) | |-----------|----------:|-------------:|--------------:|------------------------:| @@ -132,7 +133,7 @@ This parser provides competitive performance compared to popular formats like JS | YAML | 12,536 | 95,945 | 65,568 | 1,208 | | TOML | 14,732 | 74,198 | 66,050 | 669 | -*Benchmarked on AMD Ryzen 9 7950X 16-Core Processor* +*AMD Ryzen 9 7950X* ## Why Choose Fin?