You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/TOMLDecoder/TOMLDecoder.docc/CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,9 @@ Also known as release notes.
9
9
Improved runtime performance.
10
10
11
11
For a TOML document such as [this twitter payload](https://github.com/dduan/TOMLDecoder/blob/cea8f0bee33f37e0fcc33b566a742485c71196e7/Sources/Resources/fixtures/twitter.toml),
12
-
Parsing it costs >50% less CPU instructions,
13
-
and ~100% less memeory retains.
12
+
Parsing it costs >50% less CPU instructions, and ~100% less memory retains.
14
13
15
-
The in release build,
16
-
parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99).
14
+
The in release build, parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99).
0 commit comments