How to reduce the delay on the network

For code related discussions and questions
Post Reply
User avatar
moltengear
Trained
Trained
Posts: 170
Joined: 22 Jul 2017, 15:05

How to reduce the delay on the network

Post 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
Cyp
Evitcani
Evitcani
Posts: 784
Joined: 17 Jan 2010, 23:35

Re: How to reduce the delay on the network

Post 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.
Post Reply