Nikolaicpudesign.hashnode.dev·Aug 13, 2024Разбираемся с NaN-boxingСегодня поговорим о таком механизме как NaN boxing, косвенно затронем тему представления значений в формате NaN [Not-a-Number]. Зачем же боксируют между собой значения NaN и что им друг от друга нужно? Давайте вспомним значения битовых полей в предст...Discuss·1 like·113 readsrisc-v
Coder of the Cellarcoderofthecellar.hashnode.dev·Aug 5, 2024The not-so-obvious parallelism inside CPUsSince the advent of multi-cores x86 CPUs more than 20 years ago, everybody knows that they can do multiple things at once - true multi-tasking instead of the time-slicing trickery - but there are other forms of parallelism that are present, for a lon...Discuss·56 readscpu
Madhav Dhobleydev-madhav.hashnode.dev·May 13, 2024Decoding the Core: Selecting the Perfect ProcessorFor programmers, a laptop isn't just a device to work upon; it's a battlefield where complex applications and demanding code are converted into submission. And its processor is the brain of the operation, dictating how smoothly your code compiles, ho...Discuss·5 likesBlogging
Nisha Singhalnishasinghal.hashnode.dev·Mar 20, 2024An Exploration of CPU Performance: Multitasking, Multiprocessing, and MultithreadingYou might have heard someone saying I have x cores and ythreads in my CPU. And the higher it is the more performant the CPU is. But why does this matter so much for CPU performance? Let's dig into it in the context of multithreading, multiprocessing ...Discuss·20 likes·56 readsCPU architechture