googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.73k stars 383 forks source link

perf(GoogleAuth): Improve Client Creation From Files/Streams Perf #1856

Closed danielbankhead closed 2 months ago

danielbankhead commented 2 months ago

Improves from O(n!) -> O(n).

🦕