Skip to content

kvafy/clojure-mgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Mgrep is a Clojure utility designed to search for large ammounts of literal patterns inside given files. It uses Aho-Corasick algorithm to achieve O(n) time complexity in the length of the input, number of searched patterns is not relevant.

Usage

$ lein uberjar

$ java -jar target/mgrep-<version>-standalone.jar -p <pattern-file> <input-files>

Requirements

  • Clojure 1.6 or compatible
  • Leiningen 2.5 or compatible

About

Implementation of mgrep in clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published