Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

If file does not end in new line, than last line is discarded. I fix the issue is in code below: for (i = 0; i < BUFFER_EXTRA; i++, num++) { if (ctx->buf[num - 1] == '\n'){ break; } ...
arthur General Talk 6 26,743 10-17-2013, 09:50 AM
    Thread: fgets-sse2 v0.01 released
Post: RE: fgets-sse2 v0.01 released

Hi guys, is this still alive? Have stumblod upon this one and gave it a try with VS on Windows; seems to work fine for me, but I don't get near to 4x speedup; *only* about a dobule compared to fget...
arthur General Talk 6 26,743 10-16-2013, 09:07 PM