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

Implement a remote function decorator with a cache #7111

Closed
AndreyPavlenko opened this issue Mar 21, 2024 · 0 comments · Fixed by #7112
Closed

Implement a remote function decorator with a cache #7111

AndreyPavlenko opened this issue Mar 21, 2024 · 0 comments · Fixed by #7112
Labels
new feature/request 💬 Requests and pull requests for new features

Comments

@AndreyPavlenko
Copy link
Collaborator

Currently, there is no a unified mechanism for putting functions into a distributed store and caching the remote references. There are multiple approaches to solving this issue, for example like here - https://github.com/modin-project/modin/blob/master/modin/core/execution/ray/implementations/pandas_on_ray/partitioning/virtual_partition.py#L64 .

All this functionality could be implemented in a single decorator, for example @remote_function, with an internal cache.

@AndreyPavlenko AndreyPavlenko added the new feature/request 💬 Requests and pull requests for new features label Mar 21, 2024
AndreyPavlenko added a commit to AndreyPavlenko/modin that referenced this issue Mar 21, 2024
YarShev pushed a commit that referenced this issue Apr 3, 2024
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature/request 💬 Requests and pull requests for new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant