unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/4] some minor performance tweaks
@ 2022-09-26 10:17 Eric Wong
  2022-09-26 10:17 ` [PATCH 1/4] viewdiff: save memory by eliminating two captures Eric Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Wong @ 2022-09-26 10:17 UTC (permalink / raw)
  To: meta

There's some weird stuff cooking up that's not ready, yet...
Here's a few minor tweaks which should provide benefits today,
though.

1/4 should be the last major-ish memory reduction in WWW for a
while.  2/4 is needed for 3/4 with libgit2, and 4/4 may prove
more useful in the future...

Eric Wong (4):
  viewdiff: save memory by eliminating two captures
  gcf2: support worktree $GIT_DIR
  viewvcs: load blobs asynchronously
  git: reduce early bare-bones memory use

 lib/PublicInbox/Gcf2.pm     |  7 ++++---
 lib/PublicInbox/Git.pm      |  4 ++--
 lib/PublicInbox/ViewDiff.pm | 18 +++++++++---------
 lib/PublicInbox/ViewVCS.pm  | 21 ++++++++++++++++-----
 4 files changed, 31 insertions(+), 19 deletions(-)

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

end of thread, other threads:[~2022-09-26 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 10:17 [PATCH 0/4] some minor performance tweaks Eric Wong
2022-09-26 10:17 ` [PATCH 1/4] viewdiff: save memory by eliminating two captures Eric Wong
2022-09-26 10:17 ` [PATCH 2/4] gcf2: support worktree $GIT_DIR Eric Wong
2022-09-26 10:17 ` [PATCH 3/4] viewvcs: load blobs asynchronously Eric Wong
2022-09-26 10:17 ` [PATCH 4/4] git: reduce early bare-bones memory use 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).