Summary: | Feature request multicore support | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Barcos <oliver.koch> |
Component: | ImageEditor-Core | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, lure |
Priority: | NOR | ||
Version: | 0.9.3 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: |
Description
Barcos
2008-04-15 19:24:54 UTC
There is also wish in Ubuntu about thumbnail generation with multiple core/CPU: https://launchpad.net/bugs/417819 To be clear here, we need to use OpenMP API everywhere when it's possible... Gilles Caulier I'm not convinced that OpenMP is the one and only solution for generating multi-threaded code. For pre-existing algorithms it is a nice way but for other stuff that needs more control over the number of threads, synchronization etc. it's not a good way. For the thumbnail generation a thread pool wit a user defined size sounds like a more appropriate solution to my mind. Please tests and report. My patch is against git/master. Let's me hear if this solution is suitable for you. It's not configurable. Gilles Caulier sorry for the noise. wrong report Gilles Caulier *** This bug has been marked as a duplicate of bug 289204 *** Fixed with https://bugs.kde.org/show_bug.cgi?id=289204 |