all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Mastro <john.b.mastro@gmail.com>
To: emacs-devel <emacs-devel@gnu.org>
Cc: "Michael Heerdegen" <michael_heerdegen@web.de>,
	"Clément Pit--Claudel" <clement.pit@gmail.com>
Subject: Re: [PATCH] Elpa: Pinpoint semantics of `seq-subseq' for streams
Date: Thu, 15 Sep 2016 10:01:26 -0700	[thread overview]
Message-ID: <CAOj2CQRNcd1rgbLwTWBJ3DJzx5hLiUGFe78zKpH6ZcLD97eebw@mail.gmail.com> (raw)
In-Reply-To: <49083306-0193-3bb0-74cc-ecac6e2d6022@gmail.com>

Clément Pit--Claudel <clement.pit@gmail.com> wrote:
> Let me try to summarize it in a different way. In the stream case, you
> build one cons cell at a time, and every time you build a new cons
> cell the previous one is available for garbage collection. With a good
> GC, there's only a few cells physically present in memory at any time
> (plus the memory it takes to keep the last "n" elements, if you're
> desired output is the n-elements tail of the stream).
>
> In the list case, on the other hand, the full list exists in memory
> before you iterate on it. Sure, after you iterate on it, the list can
> be garbage collected; but before you iterate on it, all the cons cells
> need to exist at the same time.

Ah, it indeed makes sense now - thanks!

        John



  reply	other threads:[~2016-09-15 17:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13 16:23 [PATCH] Elpa: Pinpoint semantics of `seq-subseq' for streams Michael Heerdegen
2016-09-13 18:02 ` Clément Pit--Claudel
2016-09-13 21:17   ` Michael Heerdegen
2016-09-14  1:24     ` Clément Pit--Claudel
2016-09-14 15:05       ` Michael Heerdegen
2016-09-14 23:26         ` Clément Pit--Claudel
2016-09-15  0:51           ` John Mastro
2016-09-15  2:00             ` Clément Pit--Claudel
2016-09-15 17:01               ` John Mastro [this message]
2016-09-15 21:07               ` Michael Heerdegen
2016-09-15 22:18                 ` Clément Pit--Claudel
2016-09-15 22:28                   ` Michael Heerdegen
2016-09-15 22:52                     ` Clément Pit--Claudel
2016-09-15  0:58           ` Michael Heerdegen
2016-09-15  3:47             ` Clément Pit--Claudel
2016-09-15  8:42               ` Nicolas Petton
2016-09-15 22:30                 ` Michael Heerdegen
2016-09-15 23:08                   ` Nicolas Petton
2016-09-15 21:29               ` Michael Heerdegen
2016-09-14  1:28     ` John Wiegley
2016-09-14 15:15       ` Michael Heerdegen
2016-09-13 22:20 ` Nicolas Petton
2016-09-13 22:40   ` Michael Heerdegen
2016-09-14  8:25     ` Nicolas Petton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOj2CQRNcd1rgbLwTWBJ3DJzx5hLiUGFe78zKpH6ZcLD97eebw@mail.gmail.com \
    --to=john.b.mastro@gmail.com \
    --cc=clement.pit@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael_heerdegen@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.