AlexanderSaydakov commented on PR #399: URL: https://github.com/apache/datasketches-cpp/pull/399#issuecomment-1781575082
Motivation: I found that array_of_doubles_* was too rigid: doubles only, no way to change update policy and union policy, and no way to substitute our custom array with std::vector In this implementation all array_of_doubles_* types are just aliases with default policy (if applicable) and array<double>, but easy to have any type like std::vector<int> or something. I am not sure if the name array_tuple_* is the best. Suggestions are welcome. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
