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 benchmarks for fixed size arrays #67

Merged
merged 1 commit into from
Mar 9, 2017

Conversation

KristofferC
Copy link
Contributor

Add Benchmarks for a small fixed size array (FSA) implementation (based on tuples) with some reduce functionality and mat * mat/vect.
I feel this is good to have here since we tuples are the de facto way that FSA's are implemented.

I borrowed some of your linear algebra code @andyferris. Hope you don't mind.

@KristofferC
Copy link
Contributor Author

Oh, I didn't realize this still tested against 0.4.

@andyferris
Copy link
Contributor

Hope you don't mind.

Of course not! This seems like a good idea.

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.

3 participants