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

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.

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.