You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/12 23:44:28 UTC

DO NOT REPLY [Bug 50919] potential performance waste caused by sprintf

https://issues.apache.org/bugzilla/show_bug.cgi?id=50919

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> 2011-03-12 17:44:25 EST ---
It appears you have compressed 2^8 bits into 2^4 bit representation, is that
what you meant to do?

Have you tested this with mapping to hexmap[(p >> 4)& 15] . hexmap[p & 15]...
and using a 256 char hexmap?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org