-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡️ zu: Switch from
nom
to winnow
for signature parsing
This brings in 2 benefits: * The signature parsing code is now up to 30% faster. This directly translates to encoding/decoding speed of variants (used extensively in the D-Bus/gvariant world). This is the path that saw the least optimization in 5.0.0. * We'll now be able to remove `nom` and `minimal-lexical` deps (recently introduced in 5.0.0) in a following commit. Apparently `winnow` was already our indirect dependency so no new deps needed.
- Loading branch information
Showing
1 changed file
with
57 additions
and
67 deletions.
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