This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
bobbycar-protocol
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Shrink structs, make fields unsigned where only positive values are used
#3
Merged
mickdermack
merged 2 commits from
shrink-structs
into
master
2020-10-25 02:05:09 +02:00
Conversation
1
Commits
2
Files Changed
1
+69
-6
2 Commits
Author
SHA1
Message
Date
Michael Ehrenreich
dfa9e2178e
Add struct layout assertions
2020-10-25 01:55:16 +02:00
Michael Ehrenreich
c176bb40a2
Shrink structs, make fields unsigned where no sign needed
...
This reduces sizeof(Command) from 40 to 32 and sizeof(Feedback) from 44 to 34
2020-09-02 00:18:06 +02:00