Golang
- Can Golang read the room?
> Sometimes you want a function to be able to read the room, to get context about what is going on. For instance, if a certain function exits, you want all sub-processes to complete as well. Well, golang can’t read body language but it does have …
- ✧ Memory Layouts in Golang
> Type Alignment and Memory Layout in Golang but simply :D WHAT is Type alignment Type alignment is Golang is all about how data is arranged to ensure efficient access by the CPU. The starting memory address of a value of a certain type must be a …