Skip to content

Commit 6fa05af

Browse files
authored
Minor text changes
1 parent 8ded0f1 commit 6fa05af

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ For those in a hurry, feel free to only read the Abstract and Conclusion section
1212

1313
The following JavaScript serialization libraries and versions are compared with regards to performance, compression size and ease of use:
1414

15-
* `protobufjs` "6.10.1"
16-
* `bson` "4.0.4"
17-
* `pbf` "3.2.1"
18-
* `google-protobuf` "4.0.0-rc.1"
19-
* `avsc` "5.4.21"
20-
* `protons` "1.2.1"
21-
* `js-binary` "1.2.0"
15+
* `protobufjs "6.10.1"`
16+
* `bson "4.0.4"`
17+
* `pbf "3.2.1"`
18+
* `google-protobuf "4.0.0-rc.1"`
19+
* `avsc "5.4.21"`
20+
* `protons "1.2.1"`
21+
* `js-binary "1.2.0"`
2222

2323
During encoding, `avsc` performed the fastest at 10 times faster than native JSON at most payload sizes, followed by `js-binary`, `protons` at 2 times faster. `protobufjs` and `bson` performed the slowest at about 3 times slower than native JSON.
2424

@@ -84,14 +84,14 @@ Feel free to inspect my implementations in `src/benchmarks.ts`, and let me know
8484

8585
The following libraries and versions are tested (sorted by weekly downloads):
8686

87-
* `protobufjs` "6.10.1" - 3,449k downloads
88-
* `bson` "4.0.4" - 1,826k downloads
89-
* `pbf` "3.2.1" - 431k downloads
90-
* `google-protobuf` "4.0.0-rc.1" - 348k downloads
91-
* `avsc` "5.4.21" - 43k downloads
92-
* `protons` "1.2.1" - 30k downloads
93-
* ~~`avro-js` "1.10.0" - 1.2k downloads~~
94-
* `js-binary` "1.2.0" - 0.3k downloads
87+
* `protobufjs "6.10.1" - 3,449k downloads`
88+
* `bson "4.0.4" - 1,826k downloads`
89+
* `pbf "3.2.1" - 431k downloads`
90+
* `google-protobuf "4.0.0-rc.1" - 348k downloads`
91+
* `avsc "5.4.21" - 43k downloads`
92+
* `protons "1.2.1" - 30k downloads`
93+
* ~~`avro-js "1.10.0" - 1.2k downloads`~~
94+
* `js-binary "1.2.0" - 0.3k downloads`
9595

9696
They are categorized as:
9797

0 commit comments

Comments
 (0)