-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Copyright(c) 2014-2015 Milo Yip ([email protected]) | |
|
||
## Introduction | ||
|
||
This benchmark evaluates the conformance and performance of 26 open-source C/C++ JSON parser/generator libraries. Performance means speed, memory, and code size. | ||
This benchmark evaluates the conformance and performance of 28 open-source C/C++ JSON parser/generator libraries. Performance means speed, memory, and code size. | ||
|
||
Performance should be concerned only if the results are correct. This benchmark also test the conformance of library towards the JSON standards ([RFC7159], [ECMA-404]). | ||
|
||
|