Search Results

10
votes
6answers
375 views

looking for a tuple matching algorithm

I need to implement an in-memory tuple-of-strings matching feature in C. There will be large list of tuples associated with different actions and a high volume of events to be matched against the …