forked from asdlokj1qpi23/subconverter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 预编译和缓存部分正则 - 降低 processRemark 的时间复杂度,O(n^2) ~ O(n^3) 降为 O(n) - 降低 groupGenerate 的时间复杂度,O(n^2) 降为 O(n) 不兼容的功能更改: - addEmoji 以前当遇到某个 emoji 为空时,会跳过并继续下一个正则匹配,现在 不会跳过,当匹配成功时会直接停止后续匹配,不添加 emoji
- Loading branch information
Showing
8 changed files
with
368 additions
and
106 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
Oops, something went wrong.