chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
422 stars 270 forks source link

Struct layout #107

Closed calvernaz closed 5 years ago

calvernaz commented 5 years ago
brocaar commented 5 years ago

Could you let me know what exactly has been improved? I see that you re-ordered some fields but from a quick look at the diff I do not understand:

calvernaz commented 5 years ago

So reordering the fields in those two structs removes the unnecessary padding, saving bytes and gives better memory layout

calvernaz commented 5 years ago

@brocaar makes sense?