From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from mail.systemreboot.net (mugam.systemreboot.net [139.59.75.54])
	by localhost (mpop-1.4.9) with POP3
	for <arun>; Mon, 25 May 2020 23:32:21 +0530
Return-path: <guile-email-bounces@systemreboot.net>
Envelope-to: arunisaac@systemreboot.net
Delivery-date: Mon, 25 May 2020 20:39:04 +0530
Received: from localhost.localdomain ([127.0.0.1] helo=[192.168.2.12])
	by systemreboot.net with esmtp (Exim 4.93)
	(envelope-from <guile-email-bounces@systemreboot.net>)
	id 1jdEiu-000p6r-D2
	for arunisaac@systemreboot.net; Mon, 25 May 2020 20:39:04 +0530
Received: from [192.168.2.1] (helo=steel)
 by systemreboot.net with esmtpsa  (TLS1.3) tls TLS_AES_256_GCM_SHA384
 (Exim 4.93) (envelope-from <arunisaac@systemreboot.net>)
 id 1jdEir-000p6k-T8; Mon, 25 May 2020 20:39:02 +0530
From: Arun Isaac <arunisaac@systemreboot.net>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guile-email@systemreboot.net
In-Reply-To: <cu7a71wf4mx.fsf@systemreboot.net>
References: <87a726gqsx.fsf@elephly.net> <cu7wo5aniz5.fsf@systemreboot.net>
 <87y2ppezni.fsf@elephly.net> <cu7a71wf4mx.fsf@systemreboot.net>
Date: Mon, 25 May 2020 20:38:52 +0530
Message-ID: <cu77dx0f3wb.fsf@systemreboot.net>
MIME-Version: 1.0
Subject: Re: [guile-email] slow parse of email with huge attachment
X-BeenThere: guile-email@systemreboot.net
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: guile-email discussion mailing list <guile-email.systemreboot.net>
List-Unsubscribe: <https://lists.systemreboot.net/options/guile-email>,
 <mailto:guile-email-request@systemreboot.net?subject=unsubscribe>
List-Archive: <https://lists.systemreboot.net/archives/guile-email/>
List-Post: <mailto:guile-email@systemreboot.net>
List-Help: <mailto:guile-email-request@systemreboot.net?subject=help>
List-Subscribe: <https://lists.systemreboot.net/listinfo/guile-email>,
 <mailto:guile-email-request@systemreboot.net?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============8787340051037873169=="
Errors-To: guile-email-bounces@systemreboot.net

--===============8787340051037873169==
Content-Type: multipart/signed; boundary="=-=-=";
	micalg=pgp-sha256; protocol="application/pgp-signature"

--=-=-=
Content-Type: text/plain


> --8<---------------cut here---------------start------------->8---
> (statprof (lambda ()
>             (map parse-email
>                  (call-with-input-file "large-base64-attachment.mbox"
>                    mbox->emails))))
> --8<---------------cut here---------------end--------------->8---

I forgot to mention. The "large-base64-attachment.mbox" in this snippet
is the mbox of bug 35518 that you mentioned earlier.

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl7L34QACgkQLiXui2GA
K7MPIggAsOAkd61v1u81pt5EAaTUbfCjkVBoFz11sv86sS3y6l1IHTmOfqWrwxFi
XtKDx66MAJFuPjuzpXqQmtPYz39rfikwqtJsdZH38ecBKFIhgQbeHNHtI+xutfJn
z+NRnCHO0LSOzc1qL6nQeXDKaPI5teyCdm6uRGjFEbA2RZ/iNcQHnVgE1EnnASX/
iLFFteKfWMfX5ijyrFpBIXVcPgJNCcCCJAv05KQKQUvtGZkOC9rn17jSTUQgpYBi
v0MH+djpIkcp8GkHr7p/nW1ev1EYhg8PFcKcsvFSUvaustfGkp3VwuCdU3FystD6
pevo9hTOTtWdeWrK0IptdmKp17vSmw==
=jo3D
-----END PGP SIGNATURE-----
--=-=-=--


--===============8787340051037873169==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
guile-email mailing list
guile-email@systemreboot.net
https://lists.systemreboot.net/listinfo/guile-email

--===============8787340051037873169==--


From mboxrd@z Thu Jan  1 00:00:00 1970
From: Arun Isaac <arunisaac@systemreboot.net>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guile-email@systemreboot.net
Subject: Re: [guile-email] slow parse of email with huge attachment
In-Reply-To: <cu7a71wf4mx.fsf@systemreboot.net>
References: <87a726gqsx.fsf@elephly.net> <cu7wo5aniz5.fsf@systemreboot.net> <87y2ppezni.fsf@elephly.net> <cu7a71wf4mx.fsf@systemreboot.net>
Date: Mon, 25 May 2020 20:38:52 +0530
Message-ID: <cu77dx0f3wb.fsf@systemreboot.net>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
	micalg=pgp-sha256; protocol="application/pgp-signature"
List-Id: <guile-email.systemreboot.net>
Message-ID: <20200525150852.UR67hq9ADAQ3FW7_LRFepmtPbHduYkbnFKWLqrBfM2s@z>

--=-=-=
Content-Type: text/plain


> --8<---------------cut here---------------start------------->8---
> (statprof (lambda ()
>             (map parse-email
>                  (call-with-input-file "large-base64-attachment.mbox"
>                    mbox->emails))))
> --8<---------------cut here---------------end--------------->8---

I forgot to mention. The "large-base64-attachment.mbox" in this snippet
is the mbox of bug 35518 that you mentioned earlier.

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl7L344ACgkQLiXui2GA
K7P3CQf/aRtdrmcJYDB3kTPVaWpACfmR2dE4jjg0suscbriwe0I2PC5Xz/ecnVgb
iNTwatAgdn7MaZzwRzaGFj1naZ/1l1KrUhGn7WtNjga4b8IGer8Gq4iSi8nGyEEu
T2qETTLqnq5jpntNGS7McPByf3uYYsyde7d5t3658YPvRFq+NvPPd0qJC4lsHsO+
UWQlTF7ez2qKbRwxoPrIE6AFP6iuk/non8cwXTf0gLgoIuBFK1vGE8a1MBgwAoaS
CPJCzUX7HhuCxwAKuRU18dvXaSCKWG/bcxmbdLEb+gLJdxWs8TkPoM/+hiP6RIwn
POOm3Y6Tujdiys5ciq/hrdqTRA50CA==
=q5OO
-----END PGP SIGNATURE-----
--=-=-=--