Improved axis2_strcasecmp function in axis2c/util/src/string.c file
-------------------------------------------------------------------
Key: AXIS2C-499
URL: https://issues.apache.org/jira/browse/AXIS2C-499
Project: Axis2-C
Issue Type: Improvement
Components: util
Affects Versions: Current (Nightly)
Reporter: Supun Kamburugamuva
The axis2_strcasecmp function uses the tolower standard function 4 times. So it
has a significant function call overhead. So I have rewrite the function
without using the tolower function. The new function has a significant
performance gain.
file - axis2c/util/src/string.c
function - axis2_strcasecmp(const axis2_char_t *s1, const axis2_char_t *s2)
rewrote the above function.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]