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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ Also known as release notes.
4
4
5
5
## In Development
6
6
7
+
## 0.4.3
8
+
9
+
Improved runtime performance.
10
+
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.
14
+
15
+
The in release build,
16
+
parsing this document with TOMLDecoder takes less time than the C library [tomlc99](https://github.com/cktan/tomlc99).
17
+
18
+
7
19
## 0.4.2
8
20
9
21
- Fixed a project configuration that prevented SwiftPM consumption of the package
0 commit comments