Home

Awesome

libsm

A fast string matcher library.

Goals

  1. Should be able to match one or more strings against the input text.

  2. Should be able to find one ore more strings in the input text.

This is different from e.g. strcmp and strstr because those functions will only let you match against or search for a single string.

Now imagine you want to match against or search for a million strings...

Status

Pre-alpha work-in-progress.

To do

Lots.