google / google/webcrypto.dart

Move resource-intensive cryptographic operations off the main thread using Isolates

Open
#198 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
116
Forks
110
Avg merge
6d 8h
Merged PRs (30d)
9

Description

Several cryptographic operations are computationally expensive and block the main thread, causing UI Janks and a poor user experience.

The goal is to identify such operations and isolate the intensive computation to background threads.
Use [dart:isolates](https://dart.dev/language/isolates) to create cheap isolates.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.