Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[UWP] Improve performance of base64 decoding #4192

Description

@chriche-ms

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-PerformanceTracking issues around perf/renderer latency etcBugPlatform-XAMLBugs or features related to Xaml Renderer

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions