Problem: I feel the need. The need for speed.
Fix: Based on profiling, identified several high volume places in the code we can get minor speed boosts.
Including: Adding const& to high traffic wstring functions
Rearranging string building code to minimize wstring constructors
Eliminating some high cost MAPIFreeBuffer calls when the target is NULL
Moving \r stripping code only to paths that require it (in the process fixing several line ending bugs in mrmapi output)
↧