The document describes several parallel approaches for speeding up sequence alignment. It discusses splitting a DNA string into chunks that are distributed to worker nodes. Various techniques are proposed for handling matches that span multiple chunks, including using bigger chunks, on-demand requests for additional data, and having workers find partial matches along chunk edges to be combined by the master. The approaches are analyzed in terms of advantages and disadvantages, and a test plan is outlined to evaluate performance under varying parameters like number of workers and query length.