google / google/webcrypto.dart
Move resource-intensive cryptographic operations off the main thread using Isolates
Open
- 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
Assessment
This issue has not been assessed yet.