Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [compression]

Ask Question

The name given to the process of encoding data such that it uses lesser number of bits as compared to the original representation.

200 questions
Filter by
Sorted by
Tagged with
1vote
1answer
97views

Intro(See the version 1.0.0.)(See the GitHub repository.)This time I have got rid of some generic classes and adapted the entire code base to deal withbyte ...
5votes
1answer
463views

Intro(See the version A Java program for compressing/decompressing files via Huffman algorithms (version 1.1.1).)(The full repository is here. It contains also some unit tests that do not fit in ...
2votes
1answer
146views

Intro(This is the continuation of HuffmannEncoder.java - computing prefix codes for arbitrary (generic) alphabets.)(See the GitHub repository.)This time:I have fixed the misspelled ...
4votes
2answers
356views

(See the continuation of this post at HuffmanEncoder.java - computing prefix codes for arbitrary (generic) alphabets - Take II.)I have this Java implementation of the Huffmann encoding. It looks like ...
4votes
3answers
482views

IntroIn this post, I will elaborate on A simple method for compressing white space in text (Java). Here, I have incorporated some advice offered by Chris. Also, this version preserves a single new ...
5votes
1answer
532views

(The story continues in A simple method for compressing white space in text (Java) - Take II.)IntroNow I have that text space compressor. For example,...
2votes
1answer
152views

IntroThis time, I have implemented the Shannon-Fano coding.Codeio.github.coderodde.compression.ShannonFanoEncoder.java...
coderodde's user avatar
2votes
1answer
95views

Range coder implementation provided here is not the same as the traditional arithmetic coder covered by historical patents. Range coding was developed as a patent-free alternative to arithmetic coding....
Leo's user avatar
  • 249
2votes
1answer
145views

Code review would be appreciated.Nothing heroic. Very trivial implementation of Adaptive Huffman Coding, LZ77 compression and deflate coding by the book:https://github.com/leok7v/sqzReason for ...
Leo's user avatar
  • 249
2votes
2answers
294views

This is a small project to implement Philip Gage's Byte Pair Encoding compression for the purpose of learning C. In particular, it's written in C89 for fun as that's what would've been contemporary (...
2votes
2answers
236views

I wrote this to check files for successful compression with LZ4.Any advice is welcome.Particularly regarding raising exceptions and error handling....
1vote
1answer
152views

The following is a general purpose file compression function with the following features:It can take either a single file or directory as the source inputIt defaults to the source directory when to ...
0votes
1answer
125views

Usage of the program is in Facebook.IntroIn this JavaFX program, a user is presented with a white canvas with a black circle at the center of the canvas. Then, the user has 10 seconds to record a ...
coderodde's user avatar
5votes
1answer
333views

I'm trying to build a format that can represent the user's cart on my website in the most compact way. The website is related to computer parts and there are 23 product categories. Each product has an ...
3votes
2answers
1kviews

Here is an implementation of compression with Huffman coding. It works well by my testing. It compresses a 1 GB string in about 30 seconds, and decompresses in about 15 seconds with VisualStudio 2022 &...
Aykhan Hagverdili's user avatar

153050per page
1
2345
14

Hot Network Questions

more hot questions
Newest compression questions feed

[8]ページ先頭

©2009-2025 Movatter.jp