830 - BestAlignment::IterateCache(): Revision history

From Genome Analysis Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons 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.

28 October 2013

  • curprev 13:5813:58, 28 October 2013 Goncalo 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] ..."