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

feat(binarySerialization): Make it possible to reuse work from binary serialization structures #958

Merged
merged 4 commits into from
Oct 31, 2024

Only create a single TextDecoder per deserializer

dc79b15
Select commit
Loading
Failed to load commit list.
Merged

feat(binarySerialization): Make it possible to reuse work from binary serialization structures #958

Only create a single TextDecoder per deserializer
dc79b15
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 31, 2024 in 0s

96.47% of diff hit (target 86.44%)

View this Pull Request on Codecov

96.47% of diff hit (target 86.44%)

Annotations

Check warning on line 397 in src/util/binarySerialization.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/binarySerialization.js#L397

Added line #L397 was not covered by tests

Check warning on line 403 in src/util/binarySerialization.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/binarySerialization.js#L403

Added line #L403 was not covered by tests

Check warning on line 443 in src/util/binarySerialization.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/binarySerialization.js#L441-L443

Added lines #L441 - L443 were not covered by tests

Check warning on line 477 in src/util/binarySerialization.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/binarySerialization.js#L477

Added line #L477 was not covered by tests

Check warning on line 480 in src/util/binarySerialization.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/binarySerialization.js#L480

Added line #L480 was not covered by tests

Check warning on line 488 in src/util/binarySerialization.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/binarySerialization.js#L487-L488

Added lines #L487 - L488 were not covered by tests