From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=2a00:1450:400c:c09::22a; helo=mail-wm0-x22a.google.com; envelope-from=ubuntu@geoffair.info; receiver= Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 877F479F1D for ; Wed, 20 Sep 2017 17:32:32 -0700 (PDT) Received: by mail-wm0-x22a.google.com with SMTP id g206so11375094wme.0 for ; Wed, 20 Sep 2017 17:33:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=geoffair-info.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=sGXcLl9wRX8KltMFAO8zNAtiHZZgPqC1ArP1Z2ZQ38M=; b=1W2FlDYghHpTtS86TCXevslH4NMMMG9UdX+msaSFmj9rzowqyAW5Ah9dMX3v4lpaVV RNny7GrHoP4Q2EW7IdllGsmTqhESQM8ZRkKy2uaTWwHXQ2vw45ZFH4Msu1XC5L+I4OG8 Oh9Llp33NQPLwEfsXQpgtVGr24PqGixjCOiiuSFTYpTNA0iZ8X38313t4HfqhgvpMlZI Ny0PonFpFuC8jrUZ38uovVZNG3l5Yxaltm1oH7VtnDKLzzUPFd1RmciWdlCILap27Rsk kooIG75fO0u6w1c7KSoiKcgsYS1w241zHxdkxDn52+P7uOzo9LN2nm/2dLXkPV9aCZ25 fwsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=sGXcLl9wRX8KltMFAO8zNAtiHZZgPqC1ArP1Z2ZQ38M=; b=KG92YIU/QKFB1w2S0iZSqa8eH8ZFBlM8fjWw0l9186UARQLc47IhKo3UW5xt0SvwCZ ja12UdYdUVKg18EhVmGtwO2v50rwKcOCl+7begjMEqxOBp3ZK1m+Gou+TmY2BRvP/yz+ 01AaB+ewwAhi2Tcq1aDwfVdwf28BE3wisgsWLdtAUFwMaDqfSVyk2UWRbDgTTDoU4gcY 8foHbN9h3O+4gpEjmuwkpU9/6D6Sc3fG55iSSYc/itoQQoTFV1enOAoE+jH9RqeIYvTt kWb24kG9E8eXvgUqaC2KTsIMrleKztQKQlO5b/oI0jNI1X3KlexGci3tW+9jeME/4w4M NUSA== X-Gm-Message-State: AHPjjUiobUWTQCmj0aaB+5kBIb9+3JSw3e1UoMyf/dsBXnWA8ZHmdxrb X2FmDkJCtB5C/GsSxGnNnFUaapQI X-Google-Smtp-Source: AOwi7QD+LU3oRtSPx4upqAGWNeOKuaSzqygZSm/cIF8pNNXnbTPiSLiuP9qct4jiTLrUUy4iOO6YJA== X-Received: by 10.28.229.129 with SMTP id c123mr4987289wmh.153.1505954037127; Wed, 20 Sep 2017 17:33:57 -0700 (PDT) Received: from ?IPv6:2a01:cb04:4ba:c500:9f1:c135:206:2d6? (2a01cb0404bac50009f1c135020602d6.ipv6.abo.wanadoo.fr. [2a01:cb04:4ba:c500:9f1:c135:206:2d6]) by smtp.googlemail.com with ESMTPSA id q19sm169896wrb.17.2017.09.20.17.33.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Sep 2017 17:33:55 -0700 (PDT) To: edbrowse-dev@lists.the-brannons.com References: <20170818223842.eklhad@comcast.net> <50ddcbc0-436d-cd03-552a-d0f245b5a4d4@geoffair.info> <20170820093813.eklhad@comcast.net> From: Geoff McLane Message-ID: <60cb60ff-196e-e089-be3d-cfea47622383@geoffair.info> Date: Thu, 21 Sep 2017 02:33:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170820093813.eklhad@comcast.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Edbrowse-dev] showscripts() X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 00:32:33 -0000 > if it adds 100K ... removes 100K ... no gain. Understood... Well for windows zlib would still be a good choice... just add find_package( ZLIB ), like the present find_package( Tidy ), etc, in CMakeLists.txt, since at lease most Windows developers are very, VERY likely to have ZLIB installed, as it is needed for a **lot** of projects... And already have to setup the PATH to include other DLL's, like CURL... to run eb... But also understand this is not high priority... and actually compression would certainly add a lot of other wrinkles, that may not be worth the effort... and in Windows, a large EXE footprint, and allocating lots of memory is the norm, and Windows handles it well... Just for information, the eb Windows Release EXE is 1.9 MB, the Debug is 3 MB, plus 3.3 MB pdb, and 1.1 MB ilk files... and on loading the nasa.gov site, using the MSVC debugger, shows some 67 MB of process memory used, and takes about 3.5 minutes to load, using about 25% of the CPU power, like 1 core, before falling to 0, waiting for the next input... relatively quite a light-weight app compared to some I play with... So do not see any concern about eb memory usage... in Windows at least... so shaving 50-100 K likewise does not seem worth the effort... Regards, Geoff.