More work on VCardParser performance

Authored by dfaure on Apr 1 2017, 8:55 PM.

Description

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.

Details

Committed
dfaureApr 1 2017, 8:55 PM
Parents
R174:8952bca69d5b: GIT_SILENT: Prepare 5.5 RC1
Branches
Unknown
Tags
Unknown