Software:ThreadWeaver
From HandWiki
Original author(s) | Mirko Boehm |
---|---|
Developer(s) | Mirko Boehm |
Stable release | 5.85.0 (August 13, 2021[±][1] | )
Operating system | Linux, other Unix and Unix-like systems, Windows |
Type | System library multithreaded library |
License | LGPL |
Website | api |
ThreadWeaver is a system library initially developed for KDE Software Compilation 4[2] and later refactored for KDE Frameworks 5.[3]
ThreadWeaver allows developers to easily take advantage of multi-core processors and multithreading. In ThreadWeaver the workload is divided into individual jobs, then relationship between jobs (what order they should be completed or which has a higher priority); from that ThreadWeaver will work out the most efficient way to execute them. Krita has implemented visual filter previews using ThreadWeaver to prevent GUI lockups.
References
- ↑ "KDE Ships Frameworks 5.85.0". Software:KDE. 13 August 2021. https://kde.org/announcements/frameworks/5/5.85.0/.
- ↑ "kdelibs API Reference". http://api.kde.org/4.x-api/kdelibs-apidocs/threadweaver/html/index.html.
- ↑ "ThreadWeaver in KDE Frameworks 5". 15 July 2013. http://www.slideshare.net/mirkoboehm/thread-weaver-in-kde-frameworks-5#btnNext.
Further reading
- Till Adam and Mirko Boehm (2009). "When the bazaar sets out to build cathedrals (§ ThreadWeaver)". in Diomidis Spinellis and Georgios Gousios. Beautiful Architecture: Leading Thinkers Reveal the Hidden Beauty in Software Design. O'Reilly Media, Inc.. pp. 303–314. ISBN 9780596517984.
Original source: https://en.wikipedia.org/wiki/ThreadWeaver.
Read more |