]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change gzip compression level to best_speed 8747/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 13 Sep 2019 07:09:10 +0000 (09:09 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 13 Sep 2019 07:09:10 +0000 (09:09 +0200)
source/dofs/number_cache.cc

index 5d5aa0125e623ef89e1c1f9d37178bb64b970f08..42e97076df74cd83d4eca2b5cfbd22c9cf1e7a5c 100644 (file)
@@ -153,7 +153,7 @@ namespace internal
                 boost::iostreams::filtering_ostream out;
                 out.push(boost::iostreams::gzip_compressor(
                   boost::iostreams::gzip_params(
-                    boost::iostreams::gzip::best_compression)));
+                    boost::iostreams::gzip::best_speed)));
                 out.push(boost::iostreams::back_inserter(my_data));
 
                 boost::archive::binary_oarchive archive(out);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.