fgets-sse2 v0.01 released
#1
Hey Guys,

fast loading a dictionary is an important part in a password cracker and the use of fgets(3) is not perfectly suited for high performance textfile parsing.

Here is my SSE2 accelerated version of fgets(3) that is ~4 times faster than glibcs version. It should be possible to replace glibc fgets in your project with it.

Especially password cracking programs can benefit from it. But I am sure there are other project types that can benefit from it as well.

Feel free to integrate it into your project. I've released it as open-source under GPLv2.

http://hashcat.net/misc/fgets_sse2-0.1.tar.gz

See README for details.

--
atom
Reply


Messages In This Thread
fgets-sse2 v0.01 released - by atom - 01-06-2013, 08:39 PM
RE: fgets-sse2 v0.01 released - by epixoip - 01-06-2013, 08:42 PM
RE: fgets-sse2 v0.01 released - by undeath - 01-06-2013, 08:44 PM
RE: fgets-sse2 v0.01 released - by M@LIK - 01-07-2013, 05:46 AM
RE: fgets-sse2 v0.01 released - by Mangix - 08-06-2013, 12:22 AM
RE: fgets-sse2 v0.01 released - by arthur - 10-16-2013, 09:07 PM
RE: fgets-sse2 v0.01 released - by arthur - 10-17-2013, 09:50 AM