Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Feature request: Add LZMA SDK to U++
Re: Feature request: Add LZMA SDK to U++ [message #38331 is a reply to message #38315] |
Mon, 10 December 2012 19:41   |
|
Hi Omari,
You came up with pretty much the same code as me The only difference is that you included some unnecessary files, some of which are windows only so I can't even compile your package. You only need a few of them: Types.h, LzFind.{c,h}, LzHash.h,LzmaDec.{c,h} and LzmaEnc.{c,h}. That stuff is easy.
Implementing the nice zlib-like interface is harder. I can do it for decompression, but compression interface of lzma lacks the push data variant that is necessary for Put() interface we want. So far I couldn't come up with an elegant way to compress data incrementally.
Honza
|
|
|
Goto Forum:
Current Time: Wed Jun 18 23:13:38 CEST 2025
Total time taken to generate the page: 0.03999 seconds
|