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

Simplify c++ binder to pass in data type as parameter which using pointer to pass data #304

Open
voyager-dw opened this issue Sep 13, 2019 · 1 comment

Comments

@voyager-dw
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Compilation takes a long time due to the many data type binding in the template, also it is hard to add new data type, need to change multiple places with specialized template

Describe the solution you'd like
Pass data type and value pointer in context/functor/, data conversion in realtime according to the data type.

@shz117
Copy link
Contributor

shz117 commented Oct 8, 2019

+1
besides long time, it also needed large memory to compile (>4G for dimension_transform)

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

2 participants