1110
Tell me the truth ...
(piefed.jeena.net)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I have a solution with a bit fields. Now your bool is 1 byte :
Or for example:
I watched a YouTube video where a dev was optimizing unity code to match the size of data that is sent to the cpu using structs just like this.