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

Encoder improvements #71

Open
5 tasks
KillingSpark opened this issue Oct 4, 2024 · 0 comments
Open
5 tasks

Encoder improvements #71

KillingSpark opened this issue Oct 4, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@KillingSpark
Copy link
Owner

KillingSpark commented Oct 4, 2024

General improvements

  • Add window size in frame header and stop using single segment for big frames (actually for raw/rle blocks a window size of 0 could be the correct value because no lookback is necessary for decoding?)
  • Add support for RLE blocks by scanning the input for big-ish regions of the same byte
  • Add support for actual compression using sequences (see Actual compression support #72 , this is a pretty big task)

Streaming support

  • Allow feeding input piecewise and not require one contiguous slice
  • Allow encoding into a slice piecewise and not require and growing a vec
@KillingSpark KillingSpark added the good first issue Good for newcomers label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant