Hacker News
- Regex was taking 5 days to run. So I built a tool that did it in 15 minutes https://dev.to/vi3k6i5/regex-was-taking-5-days-to-run-so-i-built-a-tool-that-did-it-in-15-minutes-c98 2 comments
- Regex was taking 5 days to run. So I built a tool that did it in 15 minutes. https://dev.to/vi3k6i5/regex-was-taking-5-days-to-run-so-i-built-a-tool-that-did-it-in-15-minutes-c98 320 comments programming
Linked pages
- Regular Expression Matching Can Be Simple And Fast https://swtch.com/~rsc/regexp/regexp1.html 473 comments
- html - RegEx match open tags except XHTML self-contained tags - Stack Overflow https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 381 comments
- Trie - Wikipedia https://en.wikipedia.org/wiki/Trie 126 comments
- Ragel State Machine Compiler http://www.colm.net/open-source/ragel/ 25 comments
- GitHub - rust-phf/rust-phf: Compile time static maps for Rust https://github.com/sfackler/rust-phf 24 comments
- Runaway Regular Expressions: Catastrophic Backtracking https://www.regular-expressions.info/catastrophic.html 19 comments
- Implementing Regular Expressions https://swtch.com/~rsc/regexp/ 19 comments
- Aho–Corasick algorithm - Wikipedia https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm 6 comments
- GitHub - vi3k6i5/flashtext: Extract Keywords from sentence or Replace keywords in sentences. https://github.com/vi3k6i5/flashtext 6 comments
- Rope (data structure) - Wikipedia https://en.wikipedia.org/wiki/Rope_(data_structure) 4 comments
- How a Regex Engine Works Internally https://www.regular-expressions.info/engine.html 2 comments
- Regex was taking 5 days to run. So I built a tool that did it in 15 minutes. https://medium.freecodecamp.org/regex-was-taking-5-days-flashtext-does-it-in-15-minutes-55f04411025f 1 comment
- GitHub - rust-lang/regex: An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. https://github.com/rust-lang/regex 0 comments
- GitHub - google/re2: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. https://github.com/google/re2 0 comments
Related searches:
Search whole site: site:dev.to
Search title: Regex was taking 5 days to run. So I built a tool that did it in 15 minutes. - DEV Community 👩💻👨💻
See how to search.