]> Sergey Matveev's repositories - public-inbox.git/commit
v2: index forwards (via `git log --reverse')
authorEric Wong <e@yhbt.net>
Fri, 24 Jul 2020 05:55:48 +0000 (05:55 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jul 2020 20:48:18 +0000 (20:48 +0000)
commit4441a38481ed2c9472767a6387d8a2455ea34ad5
tree0f0260510545e3ee85ffa0e29ba6ba5c17f8f63c
parentb02c7a346bd36f1325518ca110a781c619082da1
v2: index forwards (via `git log --reverse')

Since we'll need to expose THREADID to JMAP and IMAP users,
index all messages in the order they were committed to ensure
our `tid' (thread ID) column ascends in mirrors the same way
they do in the source inbox.

This drastically simplifies our code but increases memory
usage of `git-log'.  The next commit will bring memory use
back down at the expense of $TMPDIR usage.
MANIFEST
lib/PublicInbox/MultiMidQueue.pm [deleted file]
lib/PublicInbox/V2Writable.pm