notfilippo opened a new issue, #54: URL: https://github.com/apache/datasketches-rust/issues/54
To speed up the CI times we should [cache the sketch files in CI](https://docs.github.com/en/actions/reference/workflows-and-actions/dependency-caching), keying them by commit hash of the repositories that generated them. If datasketches-cpp or datasketches-java weren't updated in between CI runs there is no value in re-generating the serialised files so we should leverage the CI caching logic to make it more efficient. -- 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]
