-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/lcs.c?h=master' 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='4c91b8ea5950834693130343899e0fa379fd3be1'/><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'>lcs_upper_bound</option>
<option value='master' selected='selected'>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/'>summary</a><a href='/git/md5game.git/refs/?id=4c91b8ea5950834693130343899e0fa379fd3be1'>refs</a><a class='active' href='/git/md5game.git/log/lcs.c'>log</a><a href='/git/md5game.git/tree/lcs.c?id=4c91b8ea5950834693130343899e0fa379fd3be1'>tree</a><a href='/git/md5game.git/commit/lcs.c?id=4c91b8ea5950834693130343899e0fa379fd3be1'>commit</a><a href='/git/md5game.git/diff/lcs.c?id=4c91b8ea5950834693130343899e0fa379fd3be1'>diff</a></td><td class='form'><form class='right' method='get' action='/git/md5game.git/log/lcs.c'>
<input type='hidden' name='id' value='4c91b8ea5950834693130343899e0fa379fd3be1'/><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/?id=4c91b8ea5950834693130343899e0fa379fd3be1'>root</a>/<a href='/git/md5game.git/log/lcs.c?id=4c91b8ea5950834693130343899e0fa379fd3be1'>lcs.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/lcs.c?id=4c91b8ea5950834693130343899e0fa379fd3be1&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th></tr>
<tr><td><span title='2010-12-26 10:01:42 -0600'>2010-12-26</span></td><td><a href='/git/md5game.git/commit/lcs.c?id=4c91b8ea5950834693130343899e0fa379fd3be1'>Simple movement of return calculation in lcs_upper_bound</a></td><td>Eric Anderson</td></tr>
<tr><td><span title='2010-12-26 09:40:15 -0600'>2010-12-26</span></td><td><a href='/git/md5game.git/commit/lcs.c?id=3824e95334e06d9c1309591e7a040dc7b4049ff5'>Only add one to lcs_upper_bound or don't do the second sum.</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/lcs.c?id=fbe623251cc4c8ebcab2cd7c6a4e8e2c9a5f6ed7'>Add lcs_upper_bound check before lcs_32_rough for added speed</a></td><td>Eric Anderson</td></tr>