nt='cgit v1.2.3-70-g09d2'/>
<meta name='robots' content='index, nofollow'/>
<link rel='stylesheet' type='text/css' href='/cgit.css'/>
<script type='text/javascript' src='/cgit.js'></script>
<link rel='shortcut icon' href='/favicon.ico'/>
<link rel='alternate' title='Atom feed' href='http://git.ersoft.org/git/md5game.git/atom/runner.c?h=lcs_upper_bound' type='application/atom+xml'/>
<link rel='vcs-git' href='https://git.ersoft.org/git/md5game.git' title='md5game.git Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/git/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/git/'>index</a> : <a href='/git/md5game.git/'>md5game.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='32e84fec2ea43c31291fa0e3553bb8203d498557'/><select name='h' onchange='this.form.submit();'>
<option value='eli'>eli</option>
<option value='lcs-optimization'>lcs-optimization</option>
<option value='lcs2-optimization'>lcs2-optimization</option>
<option value='lcs_sse'>lcs_sse</option>
<option value='lcs_upper_bound' selected='selected'>lcs_upper_bound</option>
<option value='master'>master</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>MD5 longest common substring problem</td><td class='sub right'>ejona86@gmail.com</td></tr></table>
<table class='tabs'><tr><td>
<a href='/git/md5game.git/?h=lcs_upper_bound'>summary</a><a href='/git/md5game.git/refs/?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>refs</a><a class='active' href='/git/md5game.git/log/runner.c?h=lcs_upper_bound'>log</a><a href='/git/md5game.git/tree/runner.c?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>tree</a><a href='/git/md5game.git/commit/runner.c?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>commit</a><a href='/git/md5game.git/diff/runner.c?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>diff</a></td><td class='form'><form class='right' method='get' action='/git/md5game.git/log/runner.c'>
<input type='hidden' name='h' value='lcs_upper_bound'/><input type='hidden' name='id' value='32e84fec2ea43c31291fa0e3553bb8203d498557'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/git/md5game.git/log/?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>root</a>/<a href='/git/md5game.git/log/runner.c?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>runner.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/git/md5game.git/log/runner.c?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th></tr>
<tr><td><span title='2010-12-27 23:05:28 -0600'>2010-12-27</span></td><td><a href='/git/md5game.git/commit/runner.c?h=lcs_upper_bound&amp;id=32e84fec2ea43c31291fa0e3553bb8203d498557'>Remove accidental left-over from copy-paste</a></td><td>Eric Anderson</td></tr>
<tr><td><span title='2010-12-27 22:52:25 -0600'>2010-12-27</span></td><td><a href='/git/md5game.git/commit/runner.c?h=lcs_upper_bound&amp;id=d29aa371dc07b8118ec664a1ad26bb380559ab26'>Reorganize structure and defines so that things are more understandable</a></td><td>Eric Anderson</td></tr>
<tr><td><span title='2010-12-27 01:14:42 -0600'>2010-12-27</span></td><td><a href='/git/md5game.git/commit/runner.c?h=lcs_upper_bound&amp;id=34f3a25cf608320e8b95ada8cbe412ac7ec46be5'>lcs_upper_bound's second sum is required all the time and try to handle endians</a></td><td>Eric Anderson</td></tr>
<tr><td><span title='2010-12-26 08:47:02 -0600'>2010-12-26</span></td><td><a href='/git/md5game.git/commit/runner.c?h=lcs_upper_bound&amp;id=fbe623251cc4c8ebcab2cd7c6a4e8e2c9a5f6ed7'>Add lcs_upper_bound check before lcs_32_rough for added speed</a></td><td>Eric Anderson</td></tr>