4,580 Posts served
11,094 Conversations started
- Academic

- Android

- Art, Music, & Animation

- Embedded Computing

- Events

- Game Development

- Graphics & Media

- Intel SW Partner Program

- Intel® AppUp Developer Program

- Manageability & Security

- Mobility

- Open Source

- Parallel Programming

- Performance and Optimization

- Power Efficiency

- Server

- Site News & Announcements

- Software Tools

- Ultrabook

- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
Archives
Posts from jimdempseyatthecove 
Have your cake and eat it too - part 2
By jimdempseyatthecove (8 posts) on November 22, 2011 at 1:24 pm
Comments (0)
In the first part of this article I described how you can “have your cake and eat it too” with respect to programmable use of Hyper Threading or no Hyper Threading through use of thread team selection attributes on the parallel_for construct in the QuickThread® programming tool kit. In this part I will describe the [...]
Category: Parallel Programming
Tags: C++, multi-core, parallel programming, Sandy Bridge
Have your cake and eat it too
By jimdempseyatthecove (8 posts) on October 14, 2011 at 3:10 pm
Comments (0)
This English idiomatic proverb or figure of speech dating back to 1546 is used to describe situations where “you can’t have it both ways.” Considering that this blog is posted on a website which, barring a few exceptions, has a preponderance of content relating to programming and computers. So where does this idiomatic proverb fit [...]
Category: Parallel Programming
Tags: C++, optimization, parallel programming, Sandy Bridge
Linked List Verses Array
By jimdempseyatthecove (8 posts) on March 26, 2010 at 1:27 pm
Comments (8)
All too often a programmer will learn a programming maxim and experience it true under several contexts and assume that the maxim extends equally to all other contexts. Take for instance the maxim “array access is faster than linked list access”.
Category: Parallel Programming
White Rabbits - Part 3
By jimdempseyatthecove (8 posts) on November 30, 2009 at 9:17 am
Comments (0)
Finalizing performance tuning of multi-threaded app.
Category: Parallel Programming
Tags: c++ parallel programming
White Rabbits - part 2
By jimdempseyatthecove (8 posts) on November 25, 2009 at 4:22 pm
Comments (9)
Finding White Rabbits in your code
Category: Parallel Programming
White Rabbits
By jimdempseyatthecove (8 posts) on November 23, 2009 at 4:19 pm
Comments (5)
The realities of parallel programming as illustrated by a fictional character.
Category: Parallel Programming
Tags: parallel programming and multi-core
Affinities and Opportunistic Thread Scheduling - Reply 1
By jimdempseyatthecove (8 posts) on January 23, 2009 at 12:48 pm
Comments (0)
Clay – Thanks for taking the time to review my post. I will try to answer your questions to your satisfactions. CB: I would think that the programming was closer the TBB method. Is this a fair assessment? QuickThread (QT) is neither like OpenMP nor TBB but has more similarities to TBB with QT’s [...]
Category: Parallel Programming
Affinities and Opportunistic Thread Scheduling
By jimdempseyatthecove (8 posts) on January 21, 2009 at 11:04 am
Comments (10)
Most of us mere mortal multi-threaded programmers use a variety of parallel programming tools and/or language enhancements in an attempt to produce an optimal performing application. Unfortunately, due to lack of awareness and control of thread scheduling, much of the fine tuning is left more to chance than by formal design of the program. Parallel [...]
