Caleb Zulawski
Caleb Zulawski
Whoops, writing this on mobile and hit the wrong button :( This is very interesting and a great improvement, hopefully this weekend I'll get a chance to look into it....
Right, I knew I had seen that name somewhere. I was looking for a more generic name since the distinction between Cooley-Tukey and Stockham autosort generally doesn't matter, I definitely...
The PFA algorithm does interest me, though I wonder if the effort/complexity is worth it compared to the existing Bluestein's algorithm implementation.
Aarch64 is partially implemented. ARMv7 will require https://github.com/rust-lang/stdarch/pull/893 making it to nightly.
It appears that this can be implemented with any_cast similarly to the dynamic_cast dynamic type pointer printers.
Leading tabs could be parsed into indent levels
If you use `add()` or similar on a pointer to `c_void` it does nothing, since the size is zero, rather than adding that many bytes.
I'm actually working on some fairly large changes, one of which will entirely remove the static dispatch API. Without getting into too much detail, the static dispatch implementation relies on...
Great idea--I've seen these a few times and it definitely simplifies things. It may be convenient to provide automatic versions like this as well.
Thanks for indicating your interest in this. I've planned on implementing it but haven't gotten around to it yet. This is a duplicate of #25 so definitely looks like a...