Cameron Hart

Results 86 comments of Cameron Hart

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

On a related note, you might be interested in this discussion on putting vector/matrix math into the c++ standard https://groups.google.com/a/isocpp.org/forum/#!topic/sg14/5uZE4G6qFdM Not sure how useful it is right now but the...

Yeah, that article was a good find, glad you liked it.

Yeah, that could work.

This might be because cgmath provides array and tuple impls of `AsMut` and Rust can't determine which one I want in this instance (see https://docs.rs/cgmath/0.15.0/cgmath/struct.Vector4.html).

Just thought I should add, I don't think this is necessarily a bug but I thought you might be interested in observations/issues with the API.

It's definitely cgmath's tuple `AsMut` implementation that causes the ambiguity. See https://gist.github.com/bitshifter/e84418b910622587cd21dfbbea728fa6. Good point about the undefined behaviour. I doubt it would cause any issues in this instance though since...

I'd be happy for the working group to take ownership of mathbench. I think it's been useful to the community but it's usually way down my list of things to...

Sure, I can document guidelines for publishing results. Hardware wise I generally run on my own laptop. I think it's useful using the same hardware each time I update it....

> If I understand what you mean, that would mean that every type would do the same number of total iterations (and as such, wide types would be doing more...