• Show log

    Commit

  • Hash : 23874cfc
    Author : Enji Cooper
    Date : 2020-03-26T21:02:13

    Precompile regular expressions
    
    This change boost performance at scale by pre-compiling regular
    expressions in the global space, then reusing them many times within
    functions.
    
    This (while not the desired intent of the author) will boost
    performance when parsing input.
    
    Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>