Skip to content
Commit 9bb2ecda authored by David Faure's avatar David Faure
Browse files

More work on VCardParser performance

- reduce number of calls to toLower() by using local vars
- use const iteration over main list
- more use of at() over []
- avoid double lookup in parameter list

2% speedup.
parent 8952bca6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment