Skip to content

Use protos and shared array for moving data from worker => main #2653

@evanpelle

Description

@evanpelle

We currently use postMessage to send json from the worker thread to the main thread. Instead use proto, serialize to an array, and then transfer it uses shared arrays.

Metadata

Metadata

Assignees

Labels

PerformancePerformance optimizationRefactorCode cleanup, technical debt, refactoring, and architecture improvements.

Type

Projects

Status

Development

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions