-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UWP] Improve performance of base64 decoding #4192
Labels
Area-Performance
Tracking issues around perf/renderer latency etc
Bug
Platform-XAML
Bugs or features related to Xaml Renderer
Milestone
Comments
Hi @chriche-ms; We triaged and approved your bug for fixing. Please stay tuned for updates around fix progress and/or release vehicle. |
Hi @chriche-ms. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. |
🎉 Handy links: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Performance
Tracking issues around perf/renderer latency etc
Bug
Platform-XAML
Bugs or features related to Xaml Renderer
Platform
Author or host
Author and host. Cortana in Windows - app is both an author and host.
Version of SDK
NuGet 1.2.8
Details
CPU profiling shows that base64 decoding is slower than it could be due to inadvertent map copying and repeated map lookups. Furthermore the map could easily be replaced altogether with a more performant array.
The text was updated successfully, but these errors were encountered: