Performance question

Discussion of the upcoming GPU accelerated rainbow table implementation
  • Ads

Performance question

Postby pand0ra » Wed May 18, 2011 5:15 pm

Does hard drive performance cause any type of bottleneck in generating tables or are they typically able to write to the disk as fast as the GPU can output the data?
pand0ra
 
Posts: 5
Joined: Tue May 17, 2011 3:45 pm

Re: Performance question

Postby Bitweasil » Wed May 18, 2011 6:44 pm

Current flow:

- Table is generated on GPU
- Table is sorted by final hash value
- Table is written to disk
- Next table is started.

So, yes, there is a bit of a delay from the disk IO.

I could create another thread to handle the writing to disk, and this would help throughput by a few percent. It adds complexity, though.

In general, I wouldn't worry about it. Unless you are concerned about raw peak performance, at which point I'm open to optimizing things a bit.
Bitweasil
Site Admin
 
Posts: 912
Joined: Tue Jan 20, 2009 4:26 pm


Return to GPU Rainbow Tables

Who is online

Users browsing this forum: No registered users and 1 guest

cron