Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged large  ✕
Rustlog : Why is a Rust executable large? https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
Thu Feb 14 10:50:35 2019 archive.org
QRCode
thumbnail

This post is intended as a tour of various techniques (not necessarily all practical) of reducing program size, but if you demand some conclusion, the pragmatic takeaway is that:

Compile with --release.
Before distribution, enable LTO and strip the binary.
If your program is not memory-intensive, use the system allocator (assuming nightly).
You may be able to use the optimization level s/z in the future as well.
I didn’t mention this because it doesn’t improve such a small program, but you can also try UPX and other executable compressors if you are working with a much larger application.

Via http://nicolas-delsaux.hd.free.fr/Shaarli/?x0e0Fw

rust large binary optimization
[FIX] Cydia Problems? LOOK HERE! - xSellize http://xsellize.com/topic/35963-fix-cydia-problems-look-here/
Thu Oct 20 07:04:50 2011 archive.org
QRCode
thumbnail

Due to the overabundance of threads on cydia crashing, I have decided to create one large source for fixes. If you have a problem that is not on th...

FIX Cydia Problems LOOK HERE Due overabundance threads cydia crashing have decided create large source fixes problem on for If that not th
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn