-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix: Read images from gvfs-mtp mounted folder was slow. #92
Conversation
使用基础IO接口操作gvfs-mtp挂载的文件时,由于多次转发,IO效率较低, 引入dfm-io,使用gio接口操作,改进IO性能. Log: 引入dfm-io加快gvfs-mtp挂载文件读取. Bug: https://pms.uniontech.com/bug-view-204243.html Influence: FileLoad MTP Change-Id: Id02a6c3ecace425498dbe7f017c18ce5f9792cd9
dfm-io 构建依赖引入'|'(或)关系,允许在不同环境中编译, 当环境中不存在 libdfm-io-dev 时,将不会使用 dfm-io 拷贝优化。 * 引入的 qttools5-private-dev 不会引入其它安装依赖; * 注意:后续环境或 control 文件变化导致 qttools5-private-dev 已被安装而不安装 libdfm-io-dev. Log: dfm-io 构建依赖兼容不同环境 Influence: debian/control
/review @starhcq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/+1
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rb-union, starhcq The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bump version to 1.0.35 PR: * linuxdeepin#90 * linuxdeepin#92 Log: Bump version to 1.0.35
Bump version to 1.0.37 for community, previous is 1.0.34 PR: * linuxdeepin#90 * linuxdeepin#92 * linuxdeepin#93 Log: [ Community ] Bump version to 1.0.37
Bump version to 1.0.37 for community, previous is 1.0.34 PR: * linuxdeepin#90 * linuxdeepin#92 * linuxdeepin#93 Log: [ Community ] Bump version to 1.0.37
使用基础IO接口操作gvfs-mtp挂载的文件时,由于多次转发,IO效率较低,
引入dfm-io,使用gio接口操作,改进IO性能.
dfm-io 构建依赖引入'|'(或)关系,允许在不同环境中编译,
当环境中不存在 libdfm-io-dev 时,将不会使用 dfm-io 拷贝优化。
引入的 qttools5-private-dev 不会引入其它安装依赖;
注意:后续环境或 control 文件变化导致 qttools5-private-dev
已被安装而不安装 libdfm-io-dev.
Log: 引入dfm-io加快gvfs-mtp挂载文件读取.
Bug: https://pms.uniontech.com/bug-view-204243.html
已在拉取分支 project/dfm-io 验证