Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Polish the primitives #1

Open
tedsta opened this issue Sep 22, 2013 · 0 comments
Open

Polish the primitives #1

tedsta opened this issue Sep 22, 2013 · 0 comments

Comments

@tedsta
Copy link
Owner

tedsta commented Sep 22, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant