Why Linked Lists Are Incompatible With Parallel Programming
December 21st, 2007 Posted in programming
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.