-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
正则表达式性能低下 #201
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Comments
singularity-s0
added
bug
Something isn't working
enhancement
New feature or request
question
Further information is requested
labels
Feb 3, 2023
w568w
added
help wanted
Extra attention is needed
and removed
question
Further information is requested
labels
Feb 4, 2023
|
Why is the third approach not ideal? |
这个问题有任何在 1.4.0 中必须解决的必要吗?如果没有,我建议从 Milestone 中移除。 |
没有 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
目前,由于dart正则表达式解析性能较低,树洞页面渲染每张卡片需要5-6ms,严重影响UI流畅度。
目前对正则表达式依赖较大的部分包括:
若移除上述两处解析,则渲染时间可以降低到1ms。
潜在的解决方案包括:
但显然都不是很理想。需要其他办法解决此问题。
The text was updated successfully, but these errors were encountered: