Skip to content

Optimize binary operations on DataFrame #5695

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

Open
pgovind opened this issue Apr 15, 2019 · 1 comment
Open

Optimize binary operations on DataFrame #5695

pgovind opened this issue Apr 15, 2019 · 1 comment
Assignees
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs

Comments

@pgovind
Copy link

pgovind commented Apr 15, 2019

The binary operations implemented in 2656 are not optimized yet. They are setup to be vectorized/parallelized though.

2656 has other optimization suggestions too to reduce the JITed code size. All of those should be a part of this PR.

How do I add myself as the Assignee here?

@ahsonkhan
Copy link

I created an area-Microsoft.Data label for this space. Let me know if that works for you and please use it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Microsoft.Data.Analysis All DataFrame related issues and PRs
Projects
None yet
Development

No branches or pull requests

2 participants