[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is it woth to have SVN_REVNUM_T_FMT?

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-04-06 14:08:22 CEST

Branko Čibej wrote:

> That's the solution I like the least, because ut's not just a simple
> search and replace -- at least not in the standard printf syntax -- and
> it slows things down tremendously. On the other hand, none of the
> printfs is in a performance-critial part of the code.

how much does gettext impact the speed?
does it use something like strcmp's (slow)
or hashtables (average) inside, or does it replace
the strings in the sourcecode with unique id's (fast)?

c.a.t.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 6 14:08:23 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.