https://github.com/justintimperio/hypergrep
A simplified, high performance, grep like CLI utility using Intel's Hyperscan C API to preform searches.
https://github.com/justintimperio/hypergrep
Last synced: 10 months ago
JSON representation
A simplified, high performance, grep like CLI utility using Intel's Hyperscan C API to preform searches.
- Host: GitHub
- URL: https://github.com/justintimperio/hypergrep
- Owner: JustinTimperio
- License: mit
- Created: 2019-07-16T04:17:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T14:24:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T20:58:45.505Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyper-Grep - _Concept_
This project is an attempt to use the [Hyperscan](https://intel.github.io/hyperscan/dev-reference/) C API to perform regex searches. Hyperscan shows major performance gains in a number of contexts making it optimal for 'big data' applications.