Are there hardware solutions to compress data? Specifically, I am looking for a low power IC that implements something like zip compression, to take load off the microcontroller, as it often is very resource constrained. For example, doing online data compression to send over a low bitrate communication link.
I was able to find a few hardware implementations but as PCIe cards (mentioned in this Wikipedia page). I was also able to find cryptography ICs, but no general purpose data compression ICs.