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

Support for Block Encoding and Decoding #15

Open
ztnel opened this issue Jun 7, 2021 · 0 comments
Open

Support for Block Encoding and Decoding #15

ztnel opened this issue Jun 7, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request N2 2D spatial codec (N2) N3 3D spatial codec (N3)

Comments

@ztnel
Copy link
Member

ztnel commented Jun 7, 2021

Description

Block encoding refers to the concept of receiving a stream of data in excess of the configured block size. For example, an encoder configured with a block size of a byte can receive a stream of data larger than a byte and divide the byte into sub-blocks which I will refer to as frames (for legacy reasons). Therefore a stream of hf encoded in utf-8 will be subdivided into byte \x68 and byte \x66 which will be represented as 2 subsequent frames.

@ztnel ztnel added enhancement New feature or request N2 2D spatial codec (N2) N3 3D spatial codec (N3) labels Jun 7, 2021
@ztnel ztnel self-assigned this Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request N2 2D spatial codec (N2) N3 3D spatial codec (N3)
Projects
None yet
Development

No branches or pull requests

1 participant