Czip | A Compressor for test data based on CSA

 by   chenlonggang C Version: Current License: No License

kandi X-RAY | Czip Summary

kandi X-RAY | Czip Summary

Czip is a C library. Czip has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

#CZip ##What is it? Czip is a free test file compression software base on CSA,a little faster than bzip2, but weaker in space.It mix pure-gamma and rl-gamma coding methods together,So it is hybrid,data-aware and self-adapting. ##How to use it? ###just for fun step1:download or clone it step2:make step3:run my_csa ###build your own program step1:download or clone it step2:make step3:include CSA.h step4:g++ your_program.cpp -o xx -csa.a. ###example cpp #include"CSA.h" int main() { CSA csa; //compresse file 'source_filename' to 'compressed_filename' csa.Compress("source_filename","compressed_filename"); ... //decompress file compressed_filename to file source_filename1 // so source_filename and source_filename1 are same csa.Decompress("compressed_filename","source_filename1"); return 0; }. ##Changelog 2014.12.23: fix bugs about mem-leak. 2014.12.23: for each chunk,we can use multi-thread,each one decode part of the chunk, but it does not help a lot,as the thread is shortlife. the cost of creating/burning the thread will counteract the benefit of multi-thread.So the thread_num is 1 by default now.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Czip has a low active ecosystem.
              It has 1 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              Czip has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of Czip is current.

            kandi-Quality Quality

              Czip has no bugs reported.

            kandi-Security Security

              Czip has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              Czip does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              Czip releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Czip
            Get all kandi verified functions for this library.

            Czip Key Features

            No Key Features are available at this moment for Czip.

            Czip Examples and Code Snippets

            No Code Snippets are available at this moment for Czip.

            Community Discussions

            No Community Discussions are available at this moment for Czip.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Czip

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/chenlonggang/Czip.git

          • CLI

            gh repo clone chenlonggang/Czip

          • sshUrl

            git@github.com:chenlonggang/Czip.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link