This repo contains Inngest’s aggregate expression engine service, turning O(n^2) expression
matching into O(n).
It does this by:
When an event is received, instead of matching the event against every expression, we instead
inspect each matching engine to filter out invalid expressions. This leaves us with a subset of
expressions that are almost always matching for the event, simplifying the number of expressions
to match against.
Copyright Inngest 2024.