Stefano Tommesani

Skip to content
Menu
  • Home
  • Software
  • Video
  • Marketing
  • Programming
    • Testing
    • SIMD
    • Multi-thread

Category: Multi-thread

Parallel loops in the AltaLux kernel

by Stefano TommesaniPosted onJanuary 12, 2016
coloredthreads

The AltaLux plugin for IrfanView is now open-source (here is the GitHub link) and it is worth analyzing the different methods used for parallelizing the computational kernel. The filter factory, contained in the CAltaLuxFilterFactory files, can create one of four…

Read More

Different types of parallel loops with Intel TBB, SSE2, SSSE3 and Visual C++ 2012

by Stefano TommesaniPosted onApril 22, 2013May 27, 2021
TBBScreenShot

This is not the first article on this site that discusses how to use the Intel Thread Building Blocks library to spread the computation of an image-processing kernel over multiple threads: the article named “Multi thread loops with Intel TBB”…

Read More

Further multi-thread processing with Delphi

by Stefano TommesaniPosted onApril 20, 2013May 27, 2021

In a previous article named “Easy multi-thread programming Delphi“, the AsyncCalls library was used to process multiple images at the same time. However, the processing of every single image was still strictly serial, even if image processing kernels are quite…

Read More

Easy multi-thread programming with Delphi

by Stefano TommesaniPosted onJuly 12, 2012May 27, 2021

In the AltaPixShare software app, when the user drags a group of images to the target location, the following code iterates over the list of images, and for each image creates the destination file: {CODE brush: delphi; ruler: true;}for i…

Read More

Multi-thread loops with Intel TBB

by Stefano TommesaniPosted onJanuary 4, 2011May 27, 2021

A new article about using Intel TBB is here. It contains examples using C++ lambdas and joining multi-threaded loops with SIMD code In this article we will transform a plain C loop into a multi-threaded version using Intel Thread Building…

Read More

Recent Posts

  • High-quality Bluetooth audio connection in Android
  • Parametric equalization of Sennheiser HD650
  • Priority Queue in .NET 6
  • Custom comparer of a SortedSet
  • Easily upload videos of security cameras to YouTube

Categories

  • Audio
  • GPGPU
  • Multi-thread
  • OOD / OOP
  • SIMD
  • Software
  • Testing
  • Uncategorized
  • Video
  • Web
  • Web

Archives

  • January 2022
  • December 2021
  • April 2021
  • January 2018
  • November 2017
  • April 2017
  • March 2017
  • January 2017
  • December 2016
  • November 2016
  • April 2016
  • February 2016
  • January 2016
  • November 2015
  • June 2015
  • February 2015
  • November 2014
  • July 2014
  • June 2014
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • November 2012
  • October 2012
  • September 2012
  • July 2012
  • February 2012
  • January 2012
  • October 2011
  • May 2011
  • March 2011
  • February 2011
  • January 2011
  • September 2010
  • May 2010
  • April 2010
  • April 2000
© Copyright 2023 – Stefano Tommesani
Geodesic Theme by GetWPTemplates ⋅ Powered by WordPress