An open API service indexing awesome lists of open source software.

https://github.com/wojciechmula/smart-fork

Fork of SMART framework (http://www.dmi.unict.it/~faro/smart/)
https://github.com/wojciechmula/smart-fork

fork research-project string-matching

Last synced: over 1 year ago
JSON representation

Fork of SMART framework (http://www.dmi.unict.it/~faro/smart/)

Awesome Lists containing this project

README

          

================================================================================
String Matching Reaserch Tool
================================================================================

This is fork of the tool http://www.dmi.unict.it/~faro/smart.
The original project was updated in 2012, thus there are two goals:

* make the project compilable on recent system, i.e. ``make`` and
a decent compiler, like GCC or clang;
* make all available implementations usable (now they're segfault).

The next step will be testing more algorithms, especially
https://github.com/WojciechMula/sse4-strstr.

Compilation
--------------------------------------------------------------------------------

Type ``make`` to build.