v4.3.47
kevingpqi123
released this
17 Jan 07:15
·
20 commits
to release/4.3
since this release
主要修改内容:
(1)稳定性提升
- 修复 GPU 资源异步线程释放可能导致的 crash
- 修复 App 退出时 TaskGroup::exit() 引起的 ANR
(2)性能优化
- 延迟所有矢量图形的光栅化过程,最大限度并发执行优化矢量渲染性能
Main revisions:
(1)Stability improvement
- Fix potential crashes when releasing GPU resources in multiple threads.
- Fix the ANR caused by TaskGroup::exit() when the app is exiting
(2)Performance optimization
- Optimize performance by deferring the rasterization of paths and executing them concurrently.