Improve performance of opening TiledBitmaps
Opened this issue · 2 comments
kees-jan commented
If CPU capacity allows, load several TiledBitmaps in parallel.
kees-jan commented
An experiment shows that this is hard to do without overloading the disks.
See branch load-tiffs-in-parallel
kees-jan commented
- Detect disk type
- Detect disk id
- Refactor threadpool
- Load independent files in parallel