the signals and their derived score are provisional and subject to change.
validate manually before sharing.
367dfaf3e5eb61309a1061cd9685260a451b4f8fnone
AGENTS.mdTool: agents-md# Needle
This is a high performance regular expression library that aims to trade off compile-time effort on analysis for faster runtime matching.
The current direction is working on precompiling DFAs to Java classes, but the library isn't limited to that. The north star is that for as many regular expressions as possible, this library should implement a solution as fast as a knowledgable developer could hand implement on the JVM. However, we should also aim for general purpose solutions.
## Engines
Tnone