Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add types for int / uint 8, 16, 32, 64, float 32 and 64 #1

Merged
merged 2 commits into from
Sep 26, 2019

Conversation

corymickelson
Copy link
Owner

This commit adds more granular numeric types, uses copies instead of references to nodes where ownership should not be passed, updates node.Children to return a reference to the child for size reasons(children can be large, avoid copy), add default value and type to new node constructor, replace slice with fixed size array where possible.

@corymickelson corymickelson merged commit 795836a into master Sep 26, 2019
corymickelson added a commit that referenced this pull request Oct 5, 2019
…riements

Add types for int / uint 8, 16, 32, 64, float 32 and 64
corymickelson added a commit that referenced this pull request Oct 5, 2019
…riements

Add types for int / uint 8, 16, 32, 64, float 32 and 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant