Skip to main content

Posts

Featured

Introduction to Muticore software design explained

Introduction Multi-core programming is the branch of computer science related to dealing with a processor where more one CPU core is available on the same processor chip. They are interacting together to give you powerful processing power. For multi-core system, there are several taxonomies for the system based on the building hardware cores for the system and the running software over these cores. In this post, we will describe two major different taxonomies, from point of hardware (Heterogeneous vs Homogeneous systems) and from point of view of the running software over the cores (Symmetric vs Asymmetric Multiprocessing systems). Figure 1. Generic multicore processor design, explains the general concept of Multicore processor Heterogeneous vs Homogeneous Heterogeneous and Homogeneous cores stands for the types of the cores found on the processor chip In Heterogeneous cores, the cores of the chip are different from each other, while in Homogeneous cores, the cores ar

Latest Posts

Are you aware of your electronic identity?

Why is it called building the code?

Software architecture .. Once upon a time on Computerico

Paying back debt to computer science community