You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
In Golang, you can't pass values by const reference, which means if you want an object that you pass around to be immutable, you have to pass by value, which is slow for large objects. Put some time, thought, and effort into optimizing how primitives are passed around.
Vector2
Rect
View
Transform
etc. etc.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Golang, you can't pass values by const reference, which means if you want an object that you pass around to be immutable, you have to pass by value, which is slow for large objects. Put some time, thought, and effort into optimizing how primitives are passed around.
Vector2
Rect
View
Transform
etc. etc.
The text was updated successfully, but these errors were encountered: