The following line is causing performance degradation. https://github.com/gotonode/compress/blob/5234edc5d560bbc4aa6a255fcc40f986c8ea7a86/src/main/java/io/github/gotonode/compress/algorithms/lzw/LZW.java#L189
The following line is causing performance degradation.
compress/src/main/java/io/github/gotonode/compress/algorithms/lzw/LZW.java
Line 189 in 5234edc