Is there a more efficient way to pass two integers via "SendMessage" than using a Vector2 Struct?

Using sendmessage to do such a close to 1000 times over the course of a second; just trying to prevent lag here.

How many objects need the information from this message? It would be better to find the objects who are meant to receive the information and pass the int directly to them.