Page 1 of 1

How to reduce the delay on the network

Posted: 07 Nov 2017, 17:07
by moltengear
Hello! I don't know if such a trick is used. It is possible to pack 8 variables of type boolean into one variable of type char.
About it.
https://stackoverflow.com/questions/846 ... vice-versa

Re: How to reduce the delay on the network

Posted: 07 Nov 2017, 21:45
by Cyp
I don't think there are many booleans sent over the net, and everything is gzipped before being sent over the net, so they would be sort-of packed, anyway.