unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/7] www: avoid recursion for thread walking
@ 2016-06-21  3:11 Eric Wong
  2016-06-21  3:11 ` [PATCH 1/7] view: remove upfx parameter from thread skeleton dump Eric Wong
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eric Wong @ 2016-06-21  3:11 UTC (permalink / raw)
  To: meta

Deep message threads can cause problems for perl since stack
seems to be much more expensive than arrays.  Switch to a
non-recursive thread walking design and commonalize some
common idioms, too.

Eric Wong (7):
      view: remove upfx parameter from thread skeleton dump
      view: remove dst parameter from thread skeleton dump
      view: remove recursion from thread skeleton dump
      view: remove recursion from expanded thread view
      searchview: remove recursion from thread view
      view: avoid recursion in topic index
      view: common thread walking interface

 lib/PublicInbox/SearchView.pm |  9 ++------
 lib/PublicInbox/View.pm       | 53 +++++++++++++++++++++----------------------
 2 files changed, 28 insertions(+), 34 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-21  3:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21  3:11 [PATCH 0/7] www: avoid recursion for thread walking Eric Wong
2016-06-21  3:11 ` [PATCH 1/7] view: remove upfx parameter from thread skeleton dump Eric Wong
2016-06-21  3:11 ` [PATCH 2/7] view: remove dst " Eric Wong
2016-06-21  3:11 ` [PATCH 3/7] view: remove recursion " Eric Wong
2016-06-21  3:11 ` [PATCH 4/7] view: remove recursion from expanded thread view Eric Wong
2016-06-21  3:11 ` [PATCH 5/7] searchview: remove recursion from " Eric Wong
2016-06-21  3:12 ` [PATCH 6/7] view: avoid recursion in topic index Eric Wong
2016-06-21  3:12 ` [PATCH 7/7] view: common thread walking interface Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).