Revision history of "830 - BestAlignment::IterateCache()"

From Genome Analysis Wiki
Jump to navigationJump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:58, 28 October 2013Goncalo talk contribs 268 bytes +268 Created page with "<source lang="cpp"> unsigned int BestAlignment::IterateCache(unsigned int key) { int h = (key * PRIME) % cacheSize; while (cache[h] != -1 && cache[h] ..."