Skip to content
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

PERF: _propagate_index_objs can be implemented to compute caches #4794

Closed
anmyachev opened this issue Aug 8, 2022 · 1 comment · Fixed by #4888
Closed

PERF: _propagate_index_objs can be implemented to compute caches #4794

anmyachev opened this issue Aug 8, 2022 · 1 comment · Fixed by #4888
Labels
P2 Minor bugs or low-priority feature requests Performance 🚀 Performance related issues and pull requests.

Comments

@anmyachev
Copy link
Collaborator

Place:

def _propagate_index_objs(self, axis=None):

Most likely, we will have to change the interface of add_to_apply_calls function so that it passes caches to the partition constructor.

@anmyachev anmyachev added the Performance 🚀 Performance related issues and pull requests. label Aug 8, 2022
@YarShev
Copy link
Collaborator

YarShev commented Aug 8, 2022

Same applicable to apply. Working on this in YarShev@adb38ca.

anmyachev added a commit to anmyachev/modin that referenced this issue Aug 26, 2022
Signed-off-by: Myachev <anatoly.myachev@intel.com>
@anmyachev anmyachev added the P2 Minor bugs or low-priority feature requests label Aug 29, 2022
YarShev pushed a commit that referenced this issue Aug 31, 2022
Co-authored-by: Mahesh Vashishtha <mvashishtha@users.noreply.github.com>
Signed-off-by: Myachev <anatoly.myachev@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Minor bugs or low-priority feature requests Performance 🚀 Performance related issues and pull requests.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants