<?xml version="1.0" encoding="UTF-8"?>
<article article-type="research-article" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<front>
<journal-meta>
<journal-id journal-id-type="publisher">global-journal-of-computer-science-and-technology-a-hardware-computation</journal-id>
<journal-title-group>
<journal-title>Global Journal of Computer Science and Technology - A: Hardware &amp; Computation</journal-title>
</journal-title-group>
<issn publication-format="print">0975-4350</issn>
<issn publication-format="electronic">0975-4172</issn>
<publisher><publisher-name>Global Journals Publishing Group Incorporated</publisher-name></publisher>
<self-uri xlink:href="https://globaljournals.org/journal-seo-export/jats/88826.xml" />
</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">88826</article-id>
<title-group>
<article-title>Parallel String Matching with Multi Core Processors-A Comparative Study for Gene Sequences</article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author"><name><surname>Rao</surname><given-names>Chinta Someswara</given-names></name><xref ref-type="aff" rid="aff1" />
</contrib>
</contrib-group>
<aff id="aff1">INDIA, SRKR Engineering College affiliated to Andhra University</aff>
<pub-date publication-format="electronic" date-type="pub" iso-8601-date="2013-01-15">
<day>15</day>
<month>01</month>
<year>2013</year>
</pub-date>
<volume>13</volume>
<issue>A1</issue>
<fpage>27</fpage>
<lpage>41</lpage>
<abstract><p>The increase in huge amount of data is seen clearly in present days because of requirement for storing more information. To extract certain data from this large database is a very difficult task, including text processing, information retrieval, text mining, pattern recognition and DNA sequencing. So we need concurrent events and high performance computing models for extracting the data. This will create a challenge to the researchers. One of the solutions is parallel algorithms for string matching on computing models. In this we implemented parallel string matching with JAVA Multi threading with multi core processing, and performed a comparative study on Knuth Morris Pratt, Boyer Moore and Brute force string matching algorithms. For testing our system we take a gene sequence which consists of lacks of records. From the test results it is shown that the multicore processing is better compared to lower versions. Finally this proposed parallel string matching with multicore processing is better compared to other sequential approaches.</p></abstract>
<kwd-group kwd-group-type="author-generated">
<kwd>string matching; parallel string mathing; computing model</kwd>
<kwd>DNA</kwd>
<kwd>multicore processing.</kwd>
</kwd-group>
<self-uri content-type="pdf" xlink:href="https://globaljournals.org/GJCST_Volume13/4-Parallel-String-Matching-with-Multi.pdf" />
<self-uri content-type="html" xlink:href="https://globaljournals.org/scholarly-articles/parallel-string-matching-with-multi-core-processors-a-comparative-study-for-gene-sequences/" />
</article-meta>
</front>
<body>
<sec>
<title>Full Text</title>
<p>The increase in huge amount of data is seen clearly in present days because of requirement for storing more information. To extract certain data from this large database is a very difficult task, including text processing, information retrieval, text mining, pattern recognition and DNA sequencing. So we need concurrent events and high performance computing models for extracting the data. This will create a challenge to the researchers. One of the solutions is parallel algorithms for string matching on computing models. In this we implemented parallel string matching with JAVA Multi threading with multi core processing, and performed a comparative study on Knuth Morris Pratt, Boyer Moore and Brute force string matching algorithms. For testing our system we take a gene sequence which consists of lacks of records. From the test results it is shown that the multicore processing is better compared to lower versions. Finally this proposed parallel string matching with multicore processing is better compared to other sequential approaches.</p>
</sec>
</body>
</article>