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

Explore support for a bit-level cursor #5

Open
2 tasks
jverkoey opened this issue Feb 19, 2019 · 0 comments
Open
2 tasks

Explore support for a bit-level cursor #5

jverkoey opened this issue Feb 19, 2019 · 0 comments
Labels
feature request New feature or request

Comments

@jverkoey
Copy link
Owner

The encoding and decoding implementations presently use a byte-level cursor. If bit coding is desired, however, the byte granularity makes requires that bits are packed and unpacked into bytes before being coded. This creates a fair amount of overhead for tightly packed data formats.

A successful solution to this task will meet the following requirements:

  • Both the encoder and decoder provide APIs for working with a bit-level cursor.
  • There is a clear relationship between bit-level cursor and byte-level cursor.

One possible approach is to provide a bit container view.

@jverkoey jverkoey added help wanted Extra attention is needed feature request New feature or request and removed help wanted Extra attention is needed labels Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant