Skip to content

rchiossi/stringscout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

/*
 * ABOUT THE CODE:
 *
 * This is a native implementation of a buffered string search algorithm
 *
 * The chunk size was obtained by profiling the binary.
 * The best observed value was 16k.
 *
 * The performance of this implementations is very similar to the GNU strings
 * for general string search.
 */

About

Buffered String Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages