Regular Paper: A Study of Architectural Optimization Methods in Bioinformatics Applications.

Guangming Tan,Lin Xu,Zhenghua Dai,Shengzhong Feng,Ninghui Sun
DOI: https://doi.org/10.1177/1094342007078175
2007-01-01
Abstract:Studies in the optimization of sequence alignment have been carried out in bioinformatics. In this paper, we have focused on two aspects: memory usage and execution time. Our study suggests that cache memory does not have a significant effect on system performance. Our attention then turns to optimize Smith-Waterman's algorithm. Two instruction level methods have been proposed and 2-8 fold speed improvements have been observed after the optimization has been implemented. Further improvements on system performance have been achieved by overlapping computation with system I/O usage.
What problem does this paper attempt to address?