Andy Thomson

Results 74 comments of Andy Thomson

Thanks, Pavel. I'll take a look.

I've pushed a change but haven't had time to test it. I haven't had a look at this code for a while. Feel free to check it and give feedback.

Taylor/Maclaurin series converge slowly except for very small values. Some of the functions do range reduction to map the inputs to small ones, but more work is required here for...

If anyone is interested, I'm developing a set of core sin, cos, ln, exp etc. for the SIMD library here: https://github.com/rust-lang/portable-simd/pull/126 They are very simple, mostly a single polynomial evaluation...

The experience from my own projects is that without official funding it is hard to keep the momentum going with projects like these. My own employer, although being overtly open...

We wish you the best. There is a definite need for this project.

Regardless of the official SDK, I think that I can say that we all appreciate your efforts very much. This project has got the ball rolling and made a big...

Wow. That was very good. I blinked and a lot happened. We could possibly use Altrep to map the Arrow data lazily to vectors and queries. Arrow uses memory mapping...

We should probably move @yutannihilation 's work to pola-rs.

I saw your issue. `get_region()` is definitely the way to go and I'll file a PR to fix this.