leerho commented on issue #10: URL: https://github.com/apache/datasketches-rust/issues/10#issuecomment-3692362025
Another idea would be to just choose a language as the "master generator of the *.rs snapshot files" (e.g. Java)-- since the files themselves should be language and platform independent. And then every language would run a script that loads (e.g. Java) and has java create the files dynamically and then test them against the local language. This is what C++ does today. In this model, Java wouldn't do the reverse, otherwise we end up with the n^2 situation -- what we potentially have now. -- 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]
