issues
search
bkielbasa
/
developer20
5
stars
0
forks
source link
Understanding stack/heap and anything related to allocations in Go
#53
Open
bkielbasa
opened
2 years ago
bkielbasa
commented
2 years ago
What's the difference between heap and stack?
When does Go allocate to the heap and when to the stack?
How to measure it?