Skip to content

maandree/libautomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
	libautomata - Stateful automata-based string matching

SYNOPSIS
	#include <libautomata.h>

	Link with -lautomata.

DESCRIPTION
	libautomata provides functions for creating string-matching
	automata that can be fed in chunks, allowing online processing
	of massive data sets. The automata are resettable and clonable,
	allowing the user to search multiple data sets but only run
	the automata building phase once.

SEE ALSO
	None.

About

Stateful automata-based string matching

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors