[Include] Fini Cache File System (72x Faster than DINI!)
#21

yes maybe we forgot that :3

i'll add it later as im changing some thing's in fcmd that ****** pointed...
Reply
#22

pawn Код:
stock
        RemoveTag(file[],line[])   //
{
    new
    strfile[256],
    stringline[100],
    File:gangfile = fopen(file, io_read),
        File:tempfile = fopen("tmpfile.tmp", io_write);
    ;
    format(stringline,100,"%s\r\n",line);
    while(fread(gangfile, strfile))
        if(strfind(strfile,stringline, true) != 0)
                   fwrite(tempfile, strfile);
    fclose(gangfile);
    fclose(tempfile);
    fremove(file);
    tempfile = fopen("tmpfile.tmp", io_read);
    gangfile = fopen(file, io_write);
    while(fread(tempfile, strfile))
                fwrite(gangfile, strfile);
    fclose(gangfile);
    fclose(tempfile);
    fremove("tmpfile.tmp");
        return true;
}
Do it later in array, now I'm busy.

The Function /\ is bad otimized,but work.

Bye

Thanks all s2
Reply
#23

Quote:

To use SII it's almost same as SII, but of course somewhat faster...

Fail

Yeah, also we dont need another file system,
you did a good job
Reply
#24

This is great, but I want a speed test comparison! ...just to say one thing, in my opinion ******' releases are just so high-class compared to any other releases, that I'm dying to make love to them well not really... when I'm high, maybe... Ok, time for bed fellaz.
Reply
#25

wow, thats really fast.
Reply
#26

Nice i been waiting for the release thanks
Reply
#27

Great o.o. Maybe I'm gonna give a try, but I'm using MySQL
Reply
#28

nice..
sure im going to try this out...
Reply
#29

None of the functions seem to work, Fini_SetStr("TEST","TESTSTR"); doesn't even work... It does NOTHING. Not Fini_GetValue("TEST"); either.
Your test script works though. What could be the issue.. god damnit!
Reply
#30

Can you give download link? Sorry im new scripter but at other (plugins) i see links.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)