Skip to content
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

fsMeta 使用 rust 重构 #58

Open
elrrrrrrr opened this issue Nov 8, 2023 · 0 comments
Open

fsMeta 使用 rust 重构 #58

elrrrrrrr opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@elrrrrrrr
Copy link
Member

目前 fsMeta 通过解析 blobManage 和 packageLock 生成 json 文件,用以生成 bootstrap,主要问题:

  1. workspaces 目前每个子包都生成了一次 bootstrap 挂载,可以根据 workspaces 中的配置进行分类
  2. 性能较差,会卡死前台进度条展示
  3. 读取大 json 性能问题,预期可以在 rust download 过程中复用
  4. 可以前置在下载过程中并发执行
@elrrrrrrr elrrrrrrr added the enhancement New feature or request label Nov 8, 2023
@elrrrrrrr elrrrrrrr self-assigned this Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant