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

Move to more capable python3-zstandard compression library #141

Open
tasket opened this issue Feb 13, 2023 · 0 comments
Open

Move to more capable python3-zstandard compression library #141

tasket opened this issue Feb 13, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@tasket
Copy link
Owner

tasket commented Feb 13, 2023

This would address issues such as:

  1. Buffer grind: Wyng must constantly create&destroy buffers used for compression, slowing down data processing operations such as send
  2. No access to dictionary functions, which enhance compression ratio and speed
  3. Not able to seek withing a zstandard stream, which could be quite useful for new Wyng features

Blocking:
Qubes 4.1 dom0 is based on Fedora 32 which lacks this library - Qubes 4.2 is close to release

@tasket tasket added the enhancement New feature or request label Feb 13, 2023
@tasket tasket added this to the v0.4 milestone Feb 13, 2023
@tasket tasket modified the milestones: v0.4, v0.9 Jun 2, 2023
@tasket tasket modified the milestones: v0.9, v0.8 Jun 14, 2023
@tasket tasket removed the upstream label Jun 14, 2023
@tasket tasket mentioned this issue Jun 19, 2023
12 tasks
@tasket tasket modified the milestones: v0.8, v0.9 Apr 15, 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