Newbetuts
.
New posts in low-level
How are Operating Systems "Made"?
operating-system
low-level
osdev
How are 3D arrays stored in C?
c
arrays
low-level
To learn assembly - should I start with 32 bit or 64 bit?
assembly
x86
x86-64
low-level
What is an "internal address" in Java?
java
memory
hashcode
unsafe
low-level
Which is faster: x<<1 or x<<10?
c++
c
performance
cpu
low-level
Why do you program in assembly? [closed]
c
performance
low-level
assembly
Why is vectorization, faster in general, than loops?
performance
language-agnostic
vectorization
simd
low-level
What is the best way to add two numbers without using the + operator?
low-level
addition
How do I create a "spacer" in a C++ class memory structure?
c++
c
memory-management
low-level
bare-metal
How exactly does the callstack work?
assembly
cpu
callstack
low-level
calling-convention
Divide by 10 using bit shifts?
math
bit
micro-optimization
low-level
integer-division
Why bit endianness is an issue in bitfields?
c
cross-platform
portability
low-level
bit-fields
Prev