Archive

Archive for December, 2007

Why Linked Lists Are Incompatible With Parallel Programming

December 21st, 2007

Arch Robison (of Intel) writes an interesting piece on his blog about why Linked Lists are incompatible with Parallel Programming, and even gives some reasons as to why to avoid them in your code.

Quite an interesting article, I’ll definitely be looking at some of my code that includes linked lists and looking for some types of alternatives.

Link to Article

kungfuice programming