unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/3] reduce synchronous waitpid calls
@ 2024-05-30  9:45 Eric Wong
  2024-05-30  9:45 ` [PATCH 1/3] gcf2: eliminate unnecessary autodie::close import Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2024-05-30  9:45 UTC (permalink / raw)
  To: meta

1/3 is just something I noticed while preparing for 2/3.
2/3 removes the synchronous PublicInbox::IO::close calls
in favor of PublicInbox::IO::DESTROY.
3/3 means fewer spawns, so fewer waits.

There's still the ->object_format call from SolverGit
that needs to be dealt with, but that's more involved...

Eric Wong (3):
  gcf2: eliminate unnecessary autodie::close import
  git: prefer WNOHANG for `git cat-file --batch-*'
  git: reduce spawning for rev-parse --git-path

 lib/PublicInbox/Gcf2.pm |  2 +-
 lib/PublicInbox/Git.pm  | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2024-05-30  9:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-30  9:45 [PATCH 0/3] reduce synchronous waitpid calls Eric Wong
2024-05-30  9:45 ` [PATCH 1/3] gcf2: eliminate unnecessary autodie::close import Eric Wong
2024-05-30  9:45 ` [PATCH 2/3] git: prefer WNOHANG for `git cat-file --batch-*' Eric Wong
2024-05-30  9:45 ` [PATCH 3/3] git: reduce spawning for rev-parse --git-path 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).