0.0.2 • Published 9 years ago

ac_search v0.0.2

Weekly downloads
14
License
-
Repository
github
Last release
9 years ago

Build Status Dependency Status NPM version Code Climate Coverage Status

node-ac_search

A very fast AHO-Corasick String Search implementation.

Installation

$ npm install ac_search

Installation via source

$ git clone https://github.com/jbenden/node-ac_search.git node-ac_search.git
$ cd node-ac_search.git
$ npm install

Example Usage

Please see the unit-tests for an example on how to use this module.

0.0.2

9 years ago

0.0.1

9 years ago