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

compression of the .fl file. #48

Open
muhamadazmy opened this issue May 17, 2024 · 1 comment
Open

compression of the .fl file. #48

muhamadazmy opened this issue May 17, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@muhamadazmy
Copy link
Member

We need to support compression of produced .fl file.

  • We need to try different algorithms, see which one gives better performance.
  • The compressed fl should have an obvious extension, For example .flz if we using gzip.
  • rfs then can use .fl, .flz, etc... and decompress. If possible open the .fl for reading in memory directory without having to decompress on disk.
@muhamadazmy muhamadazmy added this to the 2.1.X milestone May 17, 2024
@rawdaGastan rawdaGastan modified the milestones: 2.1.X, later Sep 25, 2024
@SalmaElsoly
Copy link
Contributor

I think we will be using a loseless compression algorithm to enusre no data loss , after a research I suggest to use deflate algorithm which combines both LZ77 and huffman coding and provides a good balance between compression ratio and compression speed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants