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/)
- Host: GitHub
- URL: https://github.com/wojciechmula/smart-fork
- Owner: WojciechMula
- License: other
- Created: 2017-05-20T17:45:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T14:48:06.000Z (about 9 years ago)
- Last Synced: 2025-02-27T03:11:18.358Z (over 1 year ago)
- Topics: fork, research-project, string-matching
- Language: C
- Size: 181 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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.