quickunzip | Fast parallel unzipper written in Java
kandi X-RAY | quickunzip Summary
kandi X-RAY | quickunzip Summary
quickunzip is a Java library. quickunzip has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However quickunzip build file is not available. You can download it from GitHub.
Fast parallel unzipper written in Java. Unzips a zipfile across multiple threads, using one ZipFile instance per thread. (ZipFile objects have synchronized methods, so one instance is required per thread for parallel unzipping.). QuickUnzip is probably about the fastest unzipper that it is possible to write using the standard Java ZipFile API -- it is twice as fast as InfoZip when unzipping the Eclipse Java development distribution zipfile (Core i7-4702HQ CPU @ 2.20GHz, 4 cores / 8 threads, with SSD). Some care was taken to ensure that unzipping is safe (e.g. zipfile paths containing ../ cannot escape the output directory, and / is stripped from the beginning of zipfile paths to relativize them). If outputdir is not specified, the zipfile is extracted into a directory with the same name as the zipfile, but with the ".zip" or ".jar" extension removed (or "-files" appended, if there is no such file extension). This output directory is created in the same directory as the zipfile. If outputdir is specified, that directory is created if it doesn't exist, then all of the toplevel contents of the zipfile are extracted into that directory.
Fast parallel unzipper written in Java. Unzips a zipfile across multiple threads, using one ZipFile instance per thread. (ZipFile objects have synchronized methods, so one instance is required per thread for parallel unzipping.). QuickUnzip is probably about the fastest unzipper that it is possible to write using the standard Java ZipFile API -- it is twice as fast as InfoZip when unzipping the Eclipse Java development distribution zipfile (Core i7-4702HQ CPU @ 2.20GHz, 4 cores / 8 threads, with SSD). Some care was taken to ensure that unzipping is safe (e.g. zipfile paths containing ../ cannot escape the output directory, and / is stripped from the beginning of zipfile paths to relativize them). If outputdir is not specified, the zipfile is extracted into a directory with the same name as the zipfile, but with the ".zip" or ".jar" extension removed (or "-files" appended, if there is no such file extension). This output directory is created in the same directory as the zipfile. If outputdir is specified, that directory is created if it doesn't exist, then all of the toplevel contents of the zipfile are extracted into that directory.
Support
Quality
Security
License
Reuse
Support
quickunzip has a low active ecosystem.
It has 8 star(s) with 2 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
quickunzip has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of quickunzip is current.
Quality
quickunzip has 0 bugs and 0 code smells.
Security
quickunzip has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
quickunzip code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
quickunzip is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
quickunzip releases are not available. You will need to build from source code and install.
quickunzip has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are not available. Examples and code snippets are available.
It has 319 lines of code, 15 functions and 2 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed quickunzip and discovered the below as its top functions. This is intended to give you an instant insight into quickunzip implemented functionality, and help decide if they suit your requirements.
- Main entry point
- Unzips the contents of the input file
Get all kandi verified functions for this library.
quickunzip Key Features
No Key Features are available at this moment for quickunzip.
quickunzip Examples and Code Snippets
No Code Snippets are available at this moment for quickunzip.
Community Discussions
No Community Discussions are available at this moment for quickunzip.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install quickunzip
You can download it from GitHub.
You can use quickunzip like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the quickunzip component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use quickunzip like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the quickunzip component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page