Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Remove unused languages
Re: Remove unused languages [message #41642 is a reply to message #41640] |
Tue, 07 January 2014 09:29   |
 |
mirek
Messages: 14257 Registered: November 2005
|
Ultimate Member |
|
|
crydev wrote on Mon, 06 January 2014 17:24 |
mirek wrote on Mon, 06 January 2014 17:45 | OK, IMO it makes sense to at least add RM issue about this. Alternatively, we could consider also consider compression (zlib) - but that might be hard(er) to achieve.
|
That would be very nice. I have been trying to get my hands on the whereabouts of zlib in U++ GUI applications and why it is being used. I am not sure but I think it has something to do with the iml compression? If so, it has to be researched / tested whether removing zlib actually results in a decrease of image size when images are not compressed anymore and in situations of how many images you should have in order to gain size improvements.
Could you enlighten the purpose of zlib in U++ GUI applications a bit more?
|
Well, zlib is quite universally used about everywhere fast moderate compression is required. I do not think I will recall all of them, but
.imls are indeed compressed
.brc files can be compressed as well
.tpp files are compressed
HttpRequest has to use zlib to decompress responses
plugin/png is using zlib; png is format of choice for X11 clipboard
Some of RichObject formats use zlib compression
RichEdit spellchecker is using zlib compression
....
Mirek
[Updated on: Tue, 07 January 2014 10:07] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat May 10 16:17:04 CEST 2025
Total time taken to generate the page: 0.03179 seconds
|