Skip to content

Commit

Permalink
feat(KDD): added re2 regex engine
Browse files Browse the repository at this point in the history
The re2 regex engine will be replacing regex.h as it has better properties - namely linear time complexity guarantees. Whilst it is worse in some conditions, it does not have the exponential worst case scenario. In the interest of not being DoSed I think it is a wise change. Also it is cross platform so is another step forwards in getting this running on WinDos
  • Loading branch information
djpiper28 committed Jul 27, 2023
1 parent 70b0c07 commit e6c7b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "frontend/public/manamoji"]
path = frontend/public/manamoji
url = https://github.com/scryfall/manamoji-discord.git
[submodule "re2"]
path = re2
url = https://github.com/google/re2
1 change: 1 addition & 0 deletions re2
Submodule re2 added at e66463

0 comments on commit e6c7b42

Please sign in to comment.