-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: massively increase regexp efficiency
- Loading branch information
Showing
9 changed files
with
73 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- [ ] item with link [abc](www.google.com) | ||
- [ ] item with loing link [abc](www.google.com/this/can/go/on/for-a-while/lets/seehowlongitcango/words/words/words/words/words/cat/dog) | ||
- [ ] unchecked item 0 | ||
- [ ] unchecked item 1 | ||
- [ ] unchecked item 2 | ||
- [ ] unchecked item 3 | ||
- [ ] unchecked item 4 | ||
- [ ] unchecked item 5 | ||
- [ ] unchecked item 6 | ||
- [x] checked item 0 | ||
- [x] checked item 1 | ||
- [x] checked item 2 | ||
- [x] checked item 3 | ||
- [x] checked item 4 | ||
- [x] checked item 5 | ||
- [x] checked item 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- [x] checked item 3 | ||
- [ ] unchecked item 5 | ||
- [ ] unchecked item 4 | ||
- [ ] item with loing link [abc](www.google.com/this/can/go/on/for-a-while/lets/seehowlongitcango/words/words/words/words/words/cat/dog) | ||
- [x] checked item 0 | ||
- [ ] item with link [abc](www.google.com) | ||
- [ ] unchecked item 0 | ||
- [x] checked item 4 | ||
- [ ] unchecked item 2 | ||
- [x] checked item 5 | ||
- [ ] unchecked item 6 | ||
- [ ] unchecked item 3 | ||
- [x] checked item 2 | ||
- [ ] unchecked item 1 | ||
- [x] checked item 6 | ||
- [x] checked item 1 |