2251
Post New Requests Here / Re: All AutoHotkey (AHK) coders read: No more upx packing of compiled ahk utils
« Last post by f0dder on August 30, 2010, 01:12 PM »There are adjustments to zip compression - it supports a few different algorithms, and the most common one (deflate) can have compression characteristics adjusted; not much point in going for less than maximum compression on today's hardware, though
. The .7z and .rar formats have fairly more decent algorithms, but they also have a huge advantage over .zip: solid compression, which matters a lot when your archive includes a lot of small files (typical for source code distribution).
. The .7z and .rar formats have fairly more decent algorithms, but they also have a huge advantage over .zip: solid compression, which matters a lot when your archive includes a lot of small files (typical for source code distribution).
Recent Posts
(thanks a lot for the link, hadn't though they'd do both bookmarklet and ff addon... activating readability is definitely a LOT faster now!)
- np++ doesn't exactly behave well with large files, the underlying edit control (Scintilla) wasn't really written for it.