parallelgzip | ParallelGZIPOutputStream and ParallelGZIPInputStream
kandi X-RAY | parallelgzip Summary
kandi X-RAY | parallelgzip Summary
parallelgzip is a Java library. parallelgzip has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.
This library contains a parallelized GZIP implementation which is a high performance drop-in replacement for the standard java.util.zip classes. It is a pure Java equivalent of the pigz parallel compresssor. The performance of ParallelGZIPOutputStream is excellent: it scales linearly with the number of cores, and spends 95% of all thread time in the native compression routines on 24 and c32-core Xeon systems. ParallelGZIPOutputStream has exactly the same memory contract as GZIPOutputStream: it extends FilterOutputStream. If a single thread writes data into the compressor, it will write compressed data to the underlying output stream on the same thread without any externally visible synchronization or flush calls. The user never needs to know or change anything as a result of the parallelism. Currently, ParallelGZIPInputStream is a subclass of the standard GZIPInputStream, but parallelism may be added in future.
This library contains a parallelized GZIP implementation which is a high performance drop-in replacement for the standard java.util.zip classes. It is a pure Java equivalent of the pigz parallel compresssor. The performance of ParallelGZIPOutputStream is excellent: it scales linearly with the number of cores, and spends 95% of all thread time in the native compression routines on 24 and c32-core Xeon systems. ParallelGZIPOutputStream has exactly the same memory contract as GZIPOutputStream: it extends FilterOutputStream. If a single thread writes data into the compressor, it will write compressed data to the underlying output stream on the same thread without any externally visible synchronization or flush calls. The user never needs to know or change anything as a result of the parallelism. Currently, ParallelGZIPInputStream is a subclass of the standard GZIPInputStream, but parallelism may be added in future.
Support
Quality
Security
License
Reuse
Support
parallelgzip has a low active ecosystem.
It has 39 star(s) with 8 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 3 open issues and 3 have been closed. On average issues are closed in 46 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of parallelgzip is current.
Quality
parallelgzip has 0 bugs and 0 code smells.
Security
parallelgzip has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
parallelgzip code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
parallelgzip is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
parallelgzip releases are not available. You will need to build from source code and install.
Deployable package is available in Maven.
Build file is available. You can build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed parallelgzip and discovered the below as its top functions. This is intended to give you an instant insight into parallelgzip implemented functionality, and help decide if they suit your requirements.
- Closes this stream
- Tries to emit a block
- Emits blocks until all tasks are available
- Submit block to master thread
- Creates a new deflater
- New deflater output stream
- New thread pool executor
- Returns the number of processors available in the given executor service
- Write gzip header
Get all kandi verified functions for this library.
parallelgzip Key Features
No Key Features are available at this moment for parallelgzip.
parallelgzip Examples and Code Snippets
No Code Snippets are available at this moment for parallelgzip.
Community Discussions
No Community Discussions are available at this moment for parallelgzip.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install parallelgzip
You can download it from GitHub, Maven.
You can use parallelgzip 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 parallelgzip 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 parallelgzip 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 parallelgzip 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
The [JavaDoc API](http://shevek.github.io/parallelgzip/docs/javadoc/) is available.
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