How to make the perfect secret brownies!

Got some spare time? Need to get your mind off of something? Want to have some fun in the kitchen? Well, I’ve got the perfect recipe for you, brownies! These aren’t just any chocolate chip cookies…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Golang Field Alignment

Golang defines the concept of byte alignment in the structure struct (appropriate adjustment of the field order can save a lot of memory)

The number of bytes occupied by each embedded type of Go (64-bit machine)

bool 1 byte

byte 1 byte

int 8 bytes

float32 4 bytes

float64 8 bytes

string 16 bytes

slice 24 bytes

map :8 bytes

As verification code:

There is a very strange phenomenon in which f0 only occupies 1 byte, but f1 does not start from offset 2, but starts from 8. This involves the concept of go byte alignment.

A 64-bit machine can only get 8 bytes of data at a time
The fields in the struct will be allocated a contiguous piece of memory to obtain the value of a field in the struct.

If the offset of the field is an integer multiple of 8 or an integer multiple of the bytes occupied by the type, the offset does not need to be calculated, then can be obtained quickly.

Therefore, go will padding the fields defined in the struct when compiling, so that the offset of the next field is an integer multiple of 8 or an integer multiple of the bytes occupied by the type to achieve the purpose of acceleration, so define the struct reasonably,To a certain extent, it can save a lot of memory.

Such as:

Just change the order of the structure fields, and the memory occupied is greatly reduced

Add a comment

Related posts:

Les 10 images de la semaine

Les 10 images de la semaine. Cette semaine, les stars, mais aussi les animaux ont fêté Halloween. Aussi, le zoo de Beauval a accueilli un nouveau petit gorille, Venise….

A Leap of Revolutionary Faith

At this point I am willing to sound crazy to walk fully in my truth. I am jumping off the cliff y’all, everyone will have a full view of me and my team to see if we sink or swim. I am walking in my…

Car Break Down Services

Perfect maintained vehicle is necessary for a sound and peaceful journey. If you have unfortunately ended up in an emergency scenario where a Battery jump Start is needed immediately “TOW TRUCK IN…