Skip to content
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] JSON parsing performance #4202

Closed
chriche-ms opened this issue Jun 22, 2020 · 1 comment · Fixed by #4203
Closed

[UWP] JSON parsing performance #4202

chriche-ms opened this issue Jun 22, 2020 · 1 comment · Fixed by #4203
Labels
Area-Performance Tracking issues around perf/renderer latency etc Bug Platform-XAML Bugs or features related to Xaml Renderer
Milestone

Comments

@chriche-ms
Copy link
Member

Platform

  • Android
  • iOS
  • UWP

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 suggests performance of the C++ JSON parsing code can be improved as time is spent unnecessarily converting strings to stringstream objects and back again.

@ghost
Copy link

ghost commented Jul 8, 2020

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants