SQLite issue
#7

Quote:
Originally Posted by ******
Посмотреть сообщение
format is a lot slower than strcat.
wow, really? I thought it was faster because all it does is set a string's value (and format the placeholders), although strcat consists of something along the lines of:

pawn Код:
strcat(dest[], const source[], maxlength=sizeof dest)
{
    strins(dest, source, strlen(dest), maxlength);
}
Reply


Messages In This Thread
SQLite issue - by CJay9209 - 23.04.2013, 07:08
Re: SQLite issue - by DaTa[X] - 23.04.2013, 07:11
Re: SQLite issue - by CJay9209 - 23.04.2013, 07:15
Re: SQLite issue - by KiNG3 - 23.04.2013, 08:25
Re: SQLite issue - by Emmet_ - 23.04.2013, 10:05
Re: SQLite issue - by KiNG3 - 23.04.2013, 10:55
Re: SQLite issue - by Emmet_ - 23.04.2013, 11:04
Re: SQLite issue - by rhds - 23.04.2013, 12:22
Re: SQLite issue - by Finn - 23.04.2013, 13:47

Forum Jump:


Users browsing this thread: 1 Guest(s)