Skip to content

ArchFrosty/cudaStringSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GPU accelerated string search using Rabin-Karp algorithm with memory mapping files on Windows. Grep is still faster -.- However, if you were to modify this code to search for multiple strings at the same time, it would eventually be faster.

DISCLAIMER - please read!

This is a personal project and it is not inteded for easy use by other users. This repository may contain: hard-coded paths, have no error handling, snippets lifted from stackoverflow or some other place, generally disgusting code that violates many good coding practices - I am not guaranteeing anything.

The only reason this repository is public is for easy sharing with friends and hope that this code or snippet of it might help somebody out there.

With that said, feel free to ask questions and I will try to help you, or at least point you in the right direction.