Skip to content

Kerry D. Wong

  • Home
  • My Youtube Channel
  • About

Tag: Multi-threading

  • Home
  • Multi-threading

A Simple Thread Barrier Implementation

November 27, 2009 kwong

Sometimes a group of concurrently running threads may need to rendezvous at a certain point in time before they can […]

Coding Barrier, C Sharp (C#), Multi-threading

Poor Man’s Parallel Task Dispatcher

July 14, 2009July 15, 2009 kwong

Even though multi-core processors are almost ubiquitous nowadays, applications are slow to catch up. Of course, one could always re-write […]

Coding C Sharp (C#), Mono, Multi-threading

Interfacing IPP with Magick++

March 17, 2009March 30, 2009 kwong

Intel’s Integrated Performance Primitives (IPP) is a low level C++ library. It provides routines that are highly optimized on Intel […]

Coding Algorithm, C++, Image Processing, IPP, Multi-threading

TBB Mandelbrot Set

September 13, 2008March 7, 2009 kwong

In an earlier post, I created a simple prime finding program using Intel’s TBB (Thread Building Block). The main benefit […]

Coding C++, Mandelbrot, Multi-threading, TBB

A Simple TBB Program: TBB Prime

June 22, 2008March 7, 2009 kwong

I have been playing around with Intel’s Threading Building Block for a while and have started to really appreciate its […]

Coding C++, Multi-threading, TBB

Hyper-Threading and Dual Core Performance Comparison for Computational Intensive Applications – Update

May 22, 2007March 7, 2009 kwong

In a post (Hyper-Threading and Dual Core Performance Comparison for Computational Intensive Applications) I wrote at the end of last […]

Coding, Technology C Sharp (C#), Multi-threading, Performance

Hyper-Threading and Dual Core Performance Comparison for Computational Intensive Applications

December 26, 2006March 7, 2009 kwong

Download MPThreadBench.zip There is no doubt that Hyper-Threading can, under certain circumstances, boost application performance.

Coding, Technology Multi-threading, Performance

Thread Safety Made Easier Under Visual Studio 2005

May 26, 2006March 7, 2009 kwong

Most of us know that controls in Windows forms are bound to a specific thread and are not thread safe, […]

Coding Multi-threading, Visual Studio .Net
Copyright © 2026 Kerry D. Wong All rights reserved. Theme: Flash by ThemeGrill. Powered by WordPress