Conversation
Member
|
这编译都没过啊 |
9529a82 to
2320416
Compare
Member
Author
|
快要糊完了,把 app 里面几个应用 matcher 的地方缝一下就完事了 |
Member
|
|
Member
Author
|
包的,高贵的 iOS 会 build 组合 matchergroup 这样可以共享内存,降低运行时占用 我打算放下个 PR 实现,因为这个 PR 干的事情太多了,步子大了容易扯到蛋 这个 PR 干的全是脏活,有了这个基础,热重载啥的也很好做 |
Member
Author
|
目前只剩 dns 缝一下就好了 |
Member
|
|
RPRX
pushed a commit
that referenced
this pull request
Apr 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
如题,几个月前画的饼
既然现在有原生的 TUN 了,那么 iOS 内存必须得给家人们降下来
重写整个 geodata 部分
有了这个基础很容易实现热重载
以及 sniffer 等处也可以无负担地使用 geosite
对于复杂配置会降低启动时峰值内存,但对于简单配置会增加,因为 dns 也改用 mph 它需要编译,但匹配更快
iOS 内存优化见下个 PR
Closes #643
Breaking Changes #5569