proximusembedded08.hashnode.dev·Sep 29, 2023What is CPU and How it worksIn this blog, I will tell you how the CPU works internally inside a computer or laptop in a simple way. Let's go... The CPU, or central processing unit, is the brain of your computer. It is responsible for carrying out all of the instructions that yo...Discussembedded systems
Elucian MoiseforProgramming Snippetssagecode.hashnode.dev·Sep 14, 2023CPU Features & RegistryHere are some of the key processor features relevant for learning Assembly language: • Registers - Processors have a small number of registers that are used to store data and addresses. Registers provide the fastest way to access data since they are ...DiscussAssembly FundamentalsAssembly
Metismetis.hashnode.dev·Aug 22, 2023Troubleshooting PostgreSQL High CPU UsageWhat could be the reason High CPU usage can be caused by a very expensive calculation. This is the very first thing that comes to our mind. However, it is also a manifestation of other issues around memory management, lock contention, or wrong assump...DiscussSQL
Heba from wonderland 💜👩💻✨iosheba.hashnode.dev·Aug 11, 2023How your computer runs programsToday, I will write about the things I understand and share them with you. CPU - Think of the Central Processing Unit (CPU) as the brain of a computer. Just like your brain processes information to make decisions and perform tasks, a CPU processes da...DiscussComputer Science
Hooman PegahmehrforApplication Supportappsupport.academy·Jul 27, 2023Gzip vs. Brotli - Balancing CPU Usage and Network Bandwidth"I am delighted to share another anecdote from my freelancing experience on Fiverr. The task involved my collaboration with a developer for a seemingly straightforward job - merging records possessing the same identification numbers. These records, ex...Discussbrotli
Ruthika Jruthika.hashnode.dev·Jul 15, 2023How DPUs are changing the data center ?DPU Stands for Data Processing Unit , a new type of chip that is designed to handle the massive amount of data generated by modern applications such as Cloud computing, Artificial intelligence,Edge computing,and Machine learning. DPU enables faster t...Discuss·4 likes·29 readscpu
{{ MonaCodeLisa }}blog.monacodelisa.com·Jul 13, 2023CPU Functions & ArchitectureThe Central Processing Unit (CPU) is the primary component of a computer that performs most of the processing inside a computer system. It consists of several key components that work together to execute instructions and perform calculations. Let's g...DiscussHardwarehardware
Aman Srivastavaman09.hashnode.dev·Jun 27, 2023Virtual CPU.A virtual CPU (vCPU) is a software abstraction of a physical CPU that is used by virtualization software to allocate computing resources to virtual machines (VMs) running on a physical host. Essentially, a vCPU is a portion of the physical CPU's proc...Discusscpu
Aman Srivastavaman09.hashnode.dev·Jun 27, 2023Process : Thread : CoreBefore we jump to this we need to understand what a program is " A program is a set of code or instructions that is stored in disks. when it is loaded to the memory and executed it becomes a process. Process: A process is an instance of a program tha...Discussprocess
Chayan SinghforGeekyAnts Tech Blogtechblog.geekyants.com·Jun 23, 2023Debugging High-CPU Usage in Full-Stack Applications: A Comprehensive GuideIn full-stack applications, high CPU usage can significantly impact performance and user experience. This blog post provides a comprehensive guide to debugging high CPU usage, covering issues at the database, API, and frontend levels. Identifying Pos...Discuss·64 readscpu