unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Maildir fixups
@ 2021-02-19  0:58 Eric Wong
  2021-02-19  0:58 ` [PATCH 1/2] lei_to_mail: Maildir: ensure link(2) succeeds Eric Wong
  2021-02-19  0:58 ` [PATCH 2/2] emergency: modernize and reduce syscalls Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2021-02-19  0:58 UTC (permalink / raw)
  To: meta

Emergency only writes to "new", and LeiToMail only writes to
"cur", but otherwise try to make them more similar.  LeiToMail
remains more performance critical since it's for bulk dumps;
and Emergency is close to the original djb specification with
hostname and PID in the filename.

Eric Wong (2):
  lei_to_mail: Maildir: ensure link(2) succeeds
  emergency: modernize and reduce syscalls

 lib/PublicInbox/Emergency.pm | 59 +++++++++++++++---------------------
 lib/PublicInbox/LeiToMail.pm |  3 +-
 2 files changed, 26 insertions(+), 36 deletions(-)

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

end of thread, other threads:[~2021-02-19  0:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-19  0:58 [PATCH 0/2] Maildir fixups Eric Wong
2021-02-19  0:58 ` [PATCH 1/2] lei_to_mail: Maildir: ensure link(2) succeeds Eric Wong
2021-02-19  0:58 ` [PATCH 2/2] emergency: modernize and reduce syscalls 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).