<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hashstrings, branch master</title>
<subtitle>Find strings that match a given hash code
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cflip.net/hashstrings/'/>
<entry>
<title>Add an experimental CUDA program to find the hash</title>
<updated>2022-12-12T02:50:23+00:00</updated>
<author>
<name>cflip</name>
<email>cflip@cflip.net</email>
</author>
<published>2022-12-12T02:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/hashstrings/commit/?id=4be0c03f018337ab0b4c4cd48ddd940fac72f229'/>
<id>4be0c03f018337ab0b4c4cd48ddd940fac72f229</id>
<content type='text'>
Since the CPU can only do things so fast, I'd like to use GPU
acceleration to speed up the process. This simple CUDA program is able
to find hashes up to about 5 characters long, but doesn't seem to work
after that.

Eventually I'd like to integrate this with the main program instead of
compiling a separate executable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the CPU can only do things so fast, I'd like to use GPU
acceleration to speed up the process. This simple CUDA program is able
to find hashes up to about 5 characters long, but doesn't seem to work
after that.

Eventually I'd like to integrate this with the main program instead of
compiling a separate executable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 64-bit integers to store hashes</title>
<updated>2022-12-12T02:50:06+00:00</updated>
<author>
<name>cflip</name>
<email>cflip@cflip.net</email>
</author>
<published>2022-12-11T22:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/hashstrings/commit/?id=cfa10e706bb86f846ff3c827614d5a32af5a91fd'/>
<id>cfa10e706bb86f846ff3c827614d5a32af5a91fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in function name</title>
<updated>2022-12-11T19:20:23+00:00</updated>
<author>
<name>cflip</name>
<email>cflip@cflip.net</email>
</author>
<published>2022-12-11T19:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/hashstrings/commit/?id=836ac89c878129cd532028605480b7f10f94a48d'/>
<id>836ac89c878129cd532028605480b7f10f94a48d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement multithreading</title>
<updated>2022-12-11T19:17:31+00:00</updated>
<author>
<name>cflip</name>
<email>cflip@cflip.net</email>
</author>
<published>2022-12-11T19:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/hashstrings/commit/?id=eda69b1418531666db932f278055807a982cb7e2'/>
<id>eda69b1418531666db932f278055807a982cb7e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2022-12-11T17:47:03+00:00</updated>
<author>
<name>cflip</name>
<email>cflip@cflip.net</email>
</author>
<published>2022-12-11T17:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cflip.net/hashstrings/commit/?id=4caee8868dc70ad3c7d8df464c774c4ebeccdfc2'/>
<id>4caee8868dc70ad3c7d8df464c774c4ebeccdfc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
