3 則留言 (3 則留言)0 個反應 (0 個反應)0 位負責人 (0 位負責人)JavaScript3,324 個分叉 (3,324 個分叉)batch import
good first issuetype - enhancement
倉庫指標
- 星標
- 11,758 顆星 (11,758 顆星)
- PR 合併指標
- 平均合併 15天 12小時 (平均合併 15天 12小時)30 天內合併 23 個 PR (30 天內合併 23 個 PR)
描述
Per the zip.js devs, Cesium is using an older build and it results in instantiating a new web worker for every file added to a ZIP (!!!), greatly slowing the process. This only showed up recently because the KML exporter is probably the first part of Cesium that needs to make ZIP files.
貢獻者指南
- 研究方向
- Investigate the current zip.js version used in Cesium by searching package.json or equivalent files. Refer to zip.js issue #139 (https://github.com/gildas lormeau/zip.js/issues/139) for the recommended version that fixes the excessive worker instantiation. Update the dependency version in the appropriate configuration file and verify that the KML exporter works correctly without performance degradation.
- 技術棧
- javascript
- 領域
- performance
- 議題類型
- 效能
- 前置要求
- Familiarity with npm or yarnUnderstanding of dependency updatesBasic knowledge of Cesium's build process