EricccTaiwan opened a new pull request, #79: URL: https://github.com/apache/datasketches-rust/pull/79
The previous implementation allocated a temporary Vector and multiple Strings just to format the context map. This commit switches to a streaming approach using `write!`, which writes directly to the formatter without heap allocations. No functional changes. @tisonkun PTAL, thanks. -- 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]
