You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: