data-prep-kit icon indicating copy to clipboard operation
data-prep-kit copied to clipboard

Improve ray store used in repo level ordering module.

Open shivdeep-singh-ibm opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I searched the issues and found no similar issues.

Component

Other

What happened + What you expected to happen

In context of feature development in issue https://github.com/IBM/data-prep-kit/issues/283

Reproduction script

The ray store used in the transform writes key,value pairs one by one to to Ray Actor. This results in many network calls, It can be improved by adding something like put_dict() and get_dict which can improve performance.

Anything else

No response

OS

Other

Python

3.11.x

Are you willing to submit a PR?

  • [X] Yes I am willing to submit a PR!

shivdeep-singh-ibm avatar Jul 18 '24 14:07 shivdeep-singh-ibm

@shivdeep-singh-ibm can this be closed?

Bytes-Explorer avatar Aug 21 '24 04:08 Bytes-Explorer

Feature has been added and merged.

shivdeep-singh-ibm avatar Sep 13 '24 14:09 shivdeep-singh-ibm