A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Intel co-founder Gordon Moore famously wrote about how the number of transistors on silicon chips would double roughly every two years—an observation now known as Moore’s Law. But even as Intel pushes ...
Writing correct concurrent programs is harder than writing sequential ones. This is because the set of potential risks and failure modes is larger - anything that can go wrong in a sequential program ...
Programming a network processor offers its own challenges. That's because it differs in some fundamental ways from the general-purpose processors that have in the past been the staple of embedded ...
Multicore chip designs, large symmetrical multiprocessing (SMP) systems, and clustering can bring many processors to bear on an application. But without proper software, they're simply large ...
Dr. Guy Blelloch of Carnegie Mellon University has written an article for the folks at CilkArts analyzing why parallel programming seems to be more difficult than sequential programming. He quickly ...