We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b5b70 commit 6d40e82Copy full SHA for 6d40e82
1 file changed
README.md
@@ -26,7 +26,7 @@ It is not intended to replace packages like [toml\_edit](https://github.com/nvim
26
Basic benchmarking shows promising results:
27
28
* Slightly slower than `cjson` (2x longer), despite parsing TOML instead of JSON.
29
-* Around 7x faster than `toml_edit` for parsing (not accounting for the added ability to read directly into an existing lua table).
+* Significantly faster than `toml_edit` (not accounting for the added ability to read directly into an existing lua table).
30
31
## Installation
32
0 commit comments