tisonkun opened a new pull request, #83: URL: https://github.com/apache/datasketches-rust/pull/83
See https://github.com/rust-lang/rfcs/blob/master/text/0246-const-vs-static.md. Although the compiler is typically clever enough to use a static value in this case, theoretically, Rust's `const` would be inlined in place and thus create a larger binary while a static lookup table would be preferred. cc @PsiACE @notfilippo @Xuanwo -- 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]
