De(con)struction of the lazy-F loop: improving performance of Smith Waterman alignment

September 03, 2019 Β· Declared Dead Β· πŸ› International Conferences on Biological Information and Biomedical Engineering

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Roman Snytsar arXiv ID 1909.00899 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 2 Venue International Conferences on Biological Information and Biomedical Engineering Last Checked 4 months ago
Abstract
Striped variation of the Smith-Waterman algorithm is known as extremely efficient and easily adaptable for the SIMD architectures. However, the potential for improvement has not been exhausted yet. The popular Lazy-F loop heuristic requires additional memory access operations, and the worst-case performance of the loop could be as bad as the nonvectorized version. We demonstrate the progression of the lazy-F loop transformations that improve the loop performance, and ultimately eliminate the loop completely. Our algorithm achieves the best asymptotic performance of all scan-based SW algorithms O(n/p+log(p)), and is very efficient in practice.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted