Andy Thomson

Results 80 comments of Andy Thomson

If it would help, it would be possible to implement the standard math functions cos, exp etc. in pure rust given the set of primitives available in packed_simd. This would...

That sounds eminently reasonable. I see that there are already hooks to Sleef in the library, for example. It would take a while to exceed the performance and quality characteristics...

I've been building a BigInt based multiprecision math library to act as a reference for coefficient generation - still early days yet. I am converting my C++ polynomial functions to...

I now have a BigRational based coefficient generator using Chebyshev approximation. We could refine this in the future to do Remez approximation and ULP twiddling. Here is a scalar version...

Pleased to hear this is going well. On Tue, 4 May 2021, 16:55 Ilia, ***@***.***> wrote: > I have finally resolved all the issues. The faulty test was due to...

Happy to help once things are calmer (and warmer!). On Fri, Feb 19, 2021 at 4:26 PM Claus Wilke wrote: > This spring, I'm teaching a new class and have...

@clauswilke @yutannihilation, I have submitted PRs for three of the five issues in the milestone. The Win32 panic handling will have to wait until afterwards, but the tests should pass...

This looks like an interesting project. I made a fairly large contribution to Arrow a couple of years ago as we were using it for bioinformatics data at work. It...

We (the extendr team) would be happy to help to interface anything to R. https://github.com/extendr/extendr

That would be great. It would be good to have some largeish projects being ported. I suggest you raise an issue in https://github.com/extendr/extendr/issues We have a number of expert R...