| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
📲 Install BuildsAndroid
|
Sorry, something went wrong.
Performance metrics 🚀
Baseline results on branch: perf/sdk-overhead-reductionStartup times
App size
Previous results on branch: perf/sdk-overhead-reduction-date-gettersStartup times
App size
|
Sorry, something went wrong.
|
Cursor review |
Sorry, something went wrong.
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 2b933d6. Configure here.
Sorry, something went wrong.
…o perf/sdk-overhead-reduction-date-getters # Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
looks good to me!
Sorry, something went wrong.
…uction-date-getters
| Back | FazBrowse Home | New Git URL |
PR Stack (SDK Overhead Reduction)
📜 Description
Avoid cloning mutable Date values from SDK data model getters. These getters now return the stored Date reference directly, matching the broader SDK behavior of exposing mutable model data through getters.
💡 Motivation and Context
The SDK already returns mutable internals for many model fields, including maps, lists, arrays, and Device.timezone. Cloning Date values on every getter call adds allocation overhead without providing consistent immutability across the SDK data model surface.
💚 How did you test it?
📝 Checklist
🔮 Next steps