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

Use TypedArray support in typed-binary #52

Closed
cyraxx opened this issue Aug 6, 2024 · 2 comments
Closed

Use TypedArray support in typed-binary #52

cyraxx opened this issue Aug 6, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@cyraxx
Copy link
Contributor

cyraxx commented Aug 6, 2024

Currently, in the JUMBF serialization/deserialization, we have a lot of individual writeByte()/readByte() calls. Handling entire byte arrays would be more efficient but isn't currently supported by typed-binary.

Once this has been implemented in typed-binary (issue, PR), we can update the schemata accordingly.

@cyraxx cyraxx added the enhancement New feature or request label Aug 30, 2024
@cyraxx
Copy link
Contributor Author

cyraxx commented Sep 16, 2024

This is now implemented in typed-binary and ready for implementation.

@cyraxx
Copy link
Contributor Author

cyraxx commented Sep 26, 2024

I have a WIP implementation but it's currently blocked by this issue in typed-binary: iwoplaza/typed-binary#35

cyraxx added a commit that referenced this issue Oct 8, 2024
@cyraxx cyraxx closed this as completed in 67def7a Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant