Search Results

Found 1 results for "5bdb973725a9acab08786dbbe3aaddfe" across all boards searching md5.

Anonymous /g/105873324#105874047
7/11/2025, 10:48:55 PM
>>105873324
I love Regex, but unfortunately I found out that most implementations of Regex use the really slow perl implementation
https://swtch.com/~rsc/regexp/regexp1.html
The company I work for (allegedly) have implemented this regex engine into an FPGA to minimize latency, but they won't let me touch it.
I'm surprised I haven't heard of someone implementing this in software, because this paper is old. If I remember right, this doesn't support some more advanced Regex features like capturing(?), but still. find should not take minutes at a time.