Is regex-automata's PatternID configurable
              
              #1181
            
            
          -
| 
         I assume the pattern /  Is there a way to build a   | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
        
 Yeah, it can indeed be quite slow. If you're willing to use more memory, you can set a higher  
 No there's no way for a user to provide their own  So overall, your best bet is probably to maintain your own   | 
  
Beta Was this translation helpful? Give feedback.
Yeah, it can indeed be quite slow. If you're willing to use more memory, you can set a higher
dfa_size_limitwhich might help with search performance.No th…