Top 6 Java Compression Projects
-
Project mention: Inside `java.lang.String`: Understanding and Optimizing Instantiation Performance | dev.to | 2024-12-08
When I read the source code of Apache Fury which is "a blazingly-fast multi-language serialization framework powered by JIT (just-in-time compilation) and zero-copy", I found their StringSerializer achieves zero copy String instantiation. Let's look into the implementation.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
Java Compression discussion
Java Compression related posts
Index
What are some of the best open-source Compression projects in Java? This list will help you:
# | Project | Stars |
---|---|---|
1 | fury | 3,177 |
2 | JavaFastPFOR | 543 |
3 | junrar | 292 |
4 | jarchivelib | 200 |
5 | Brotli4j | 117 |
6 | kanzi | 111 |