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

mapExtFunc on dataset consumes time #66

Open
josiahsams opened this issue Aug 29, 2017 · 0 comments
Open

mapExtFunc on dataset consumes time #66

josiahsams opened this issue Aug 29, 2017 · 0 comments

Comments

@josiahsams
Copy link
Member

Invoking mapExtFunc API on Dataset's takes considerable amount of time. This values gets aggravated when the API is used in an iterations specially for ML kind of workloads.

mapExtFunc API typical does a lazy operation and triggers the transformation it suppose to do when an action API is invoked later. So the invocation should be in few milliseconds.

But the current the API takes nearly 1.5 second (1626 ms) on each invocation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant