Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in low-level

How to optimize binary file(over 1MB) read in C?

Why does object's memory profile need to be known at compile-time for stack placement?

Can modern x86 CPUs do ideal out of order execution?

C/C++ What does casting do in the low level?

How can I write raw machine code for x86 without using assembly?

x86 low-level machine-code

Ptrace allows to write to executable program segment, but process_vm_writev doesn't

c linux low-level ptrace

Which type of assembler jump instruction is most useful?

What's the most low-level official touch input API which can be accessed from developers? (iPhone)

ios input touch low-level

4 byte checksum, sum32 algorithm for Epson printers

checksum low-level epson

Send data over SPI using STM32 mcu and Low Level LL APIs

stm32 spi low-level

How long does a context switch take in Linux?

Why is a System.Collections.List<T>.Add faster than manual memory management?

What is a WebAssembly (Wasm) module?

Where to learn about low-level, hard-core performance stuffs?

dummy movups generated by gcc

vhdl "for loop" with step size not equal to 1

for-loop vhdl low-level

Exclusive access to L1 cacheline on x86?

Decoding Git index file using C#

c# git low-level

What are the advantages to using bitwise operations over boolean operations in Python?

Bitwise subtraction in Python

python low-level