This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Compressed MOD files?
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: GFORTRAN <fortran at gcc dot gnu dot org>
- Date: Mon, 30 Oct 2006 11:07:59 +0100
- Subject: Compressed MOD files?
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=psphV527mC2V5qZZMeQDJszZwL4rgdjMcaH3gHCYw6kyrqdjB6AvmT1RAe49ix0GhIwxcxv3fBgMsdZO7DpgyWJr+lAleD8tHKkJ19IurQgbfV4y58HDWUOWOAJo4affTchg3tWme01GjuRvUZ9dpq5/OlbvhcCA61yxjLN4hiY=
Hi all,
Just a quick poll: do people think we should add an option to write
(gzip-)compressed module files? (and autodetecting whether they're
compressed or not when reading, which is pretty easy) It increases CPU
usage, but it gets the disk space used by module files by a factor 5
to 6 on my own codes.
FX