user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/8] less code, less memory, more speed
@ 2018-04-07  3:41 Eric Wong (Contractor, The Linux Foundation)
  2018-04-07  3:41 ` [PATCH 1/8] psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological Eric Wong (Contractor, The Linux Foundation)
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Eric Wong (Contractor, The Linux Foundation) @ 2018-04-07  3:41 UTC (permalink / raw)
  To: meta

Eric Wong (Contractor, The Linux Foundation) (8):
  psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological
  over: avoid excessive SELECT
  over: remove forked subprocess
  v2writable: reduce barriers
  index: allow specifying --jobs=0 to disable multiprocess
  convert: support converting with altid defined
  store less data in the Xapian document
  msgmap: speed up minmax with separate queries

 MANIFEST                         |   1 -
 lib/PublicInbox/Import.pm        |  34 +++++---
 lib/PublicInbox/Mbox.pm          |   6 +-
 lib/PublicInbox/Msgmap.pm        |  10 ++-
 lib/PublicInbox/NNTP.pm          |   2 +-
 lib/PublicInbox/Over.pm          |  24 +++---
 lib/PublicInbox/OverIdx.pm       |  57 ++++++++++++-
 lib/PublicInbox/OverIdxFork.pm   | 180 ---------------------------------------
 lib/PublicInbox/SearchIdx.pm     |  77 +++--------------
 lib/PublicInbox/SearchIdxPart.pm |  14 +--
 lib/PublicInbox/SearchMsg.pm     |   6 +-
 lib/PublicInbox/V2Writable.pm    | 176 ++++++++++++++++++++++----------------
 script/public-inbox-compact      |   6 +-
 script/public-inbox-convert      |  11 ++-
 script/public-inbox-index        |   6 +-
 t/perf-nntpd.t                   |  13 ++-
 t/search.t                       |  24 +++---
 t/v2writable.t                   |   9 +-
 18 files changed, 269 insertions(+), 387 deletions(-)
 delete mode 100644 lib/PublicInbox/OverIdxFork.pm

-- 
EW

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

end of thread, other threads:[~2018-04-07  3:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-07  3:41 [PATCH 0/8] less code, less memory, more speed Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 1/8] psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 2/8] over: avoid excessive SELECT Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 3/8] over: remove forked subprocess Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 4/8] v2writable: reduce barriers Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 5/8] index: allow specifying --jobs=0 to disable multiprocess Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 6/8] convert: support converting with altid defined Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 7/8] store less data in the Xapian document Eric Wong (Contractor, The Linux Foundation)
2018-04-07  3:41 ` [PATCH 8/8] msgmap: speed up minmax with separate queries Eric Wong (Contractor, The Linux Foundation)

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).