hubcio opened a new pull request, #2645:
URL: https://github.com/apache/iggy/pull/2645

   Add opt-level=3 for CPU-intensive dependencies:
   - argon2: password hashing
   - twox-hash: checksum calculation
   - rand_chacha: random number generation
   - iggy_common: wrapper functions for above
   
   This approach should be faster than global opt-level=1
   which takes ~14 min on GitHub workers without cache.
   By selectively optimizing only hot paths, we reduce
   build+test CPU time without the compilation overhead
   of optimizing the entire dependency tree.
   


-- 
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]

Reply via email to